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