CryptographicUnexpectedOperationException | serializable |
System.Security.Cryptography (mscorlib.dll) | class |
public class CryptographicUnexpectedOperationException : CryptographicException {
// Public Constructors
public CryptographicUnexpectedOperationException( );
public CryptographicUnexpectedOperationException(string message);
public CryptographicUnexpectedOperationException(string message, Exception inner);
public CryptographicUnexpectedOperationException(string format, string insert);
// Protected Constructors
protected CryptographicUnexpectedOperationException(System.Runtime.Serialization.SerializationInfo info,
System.Runtime.Serialization.StreamingContext context);
}
This exception represents a general error thrown when a cryptographic
operation fails unexpectedly.
Hierarchy
System.Object
System.Exception(System.Runtime.Serialization.ISerializable)
System.SystemException
CryptographicException
CryptographicUnexpectedOperationException
|