June 2003
Intermediate to advanced
714 pages
22h 8m
English
CryptographicException
public class CryptographicException : SystemException { // Public Constructors public CryptographicException( ); public CryptographicException(inthr); public CryptographicException(stringmessage); public CryptographicException(stringmessage, Exceptioninner); public CryptographicException(stringformat, stringinsert); // Protected Constructors protected CryptographicException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
This exception represents a general error thrown when a cryptographic operation fails.
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
CryptographicException
CryptographicUnexpectedOperationException