CryptographicUnexpectedOperationException Class
The exception that is thrown when an unexpected operation occurs during a cryptographic operation.
For a list of all members of this type, see CryptographicUnexpectedOperationException Members.
System.Object
System.Exception
System.SystemException
System.Security.Cryptography.CryptographicException
System.Security.Cryptography.CryptographicUnexpectedOperationException
[Visual Basic] <Serializable> Public Class CryptographicUnexpectedOperationException Inherits CryptographicException [C#] [Serializable] public class CryptographicUnexpectedOperationException : CryptographicException [C++] [Serializable] public __gc class CryptographicUnexpectedOperationException : public CryptographicException [JScript] public Serializable class CryptographicUnexpectedOperationException extends CryptographicException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
CryptographicUnexpectedOperationException uses the HRESULT CORSEC_E_CRYPTO_UNEX_OPER, which has the value 0x80131431.
For a list of initial property values for an instance of CryptographicUnexpectedOperationException, see the constructor.
Requirements
Namespace: System.Security.Cryptography
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
CryptographicUnexpectedOperationException Members | System.Security.Cryptography Namespace | Exception | Handling and Throwing Exceptions | Cryptographic Services