CryptographicException

CryptographicExceptionserializable

System.Security.Cryptography (mscorlib.dll)class
public class CryptographicException : SystemException {
// Public Constructors
   public CryptographicException(  );
   public CryptographicException(int hr);
   public CryptographicException(string message);
   public CryptographicException(string message, Exception inner);
   public CryptographicException(string format, string insert);
// Protected Constructors
   protected CryptographicException(System.Runtime.Serialization.SerializationInfo info, 
         System.Runtime.Serialization.StreamingContext context);
}

This exception represents a general error thrown when a cryptographic operation fails.

Hierarchy

System.Object System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException CryptographicException

Subclasses

CryptographicUnexpectedOperationException



    Part V: API Quick Reference