CommerceAuthenticationFailedDecryptionException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the CommerceAuthenticationFailedDecryptionException class.
Overload List
Name | Description | |
---|---|---|
CommerceAuthenticationFailedDecryptionException()()() | Initializes a new instance of the CommerceAuthenticationException class. | |
CommerceAuthenticationFailedDecryptionException(String) | Initializes a new instance of the CommerceAuthenticationFailedDecryptionException class with the specified string message. | |
CommerceAuthenticationFailedDecryptionException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommerceAuthenticationFailedDecryptionException class with the specified serialization information and streaming context. | |
CommerceAuthenticationFailedDecryptionException(String, Exception) | Initializes a new instance of the CommerceAuthenticationFailedDecryptionException class with the specified string message and inner exception. |
Top
Remarks
An exception which is raised whenever a decryption error occurs, most notably when an invalid encryption key or an invalid ticket is used.
See Also
Reference
CommerceAuthenticationFailedDecryptionException Class