Freigeben über


CommerceAuthenticationFailedDecryptionException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CommerceAuthenticationFailedDecryptionException class with the specified serialization information and streaming context.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New CommerceAuthenticationFailedDecryptionException(info, context)
protected CommerceAuthenticationFailedDecryptionException(
    SerializationInfo info,
    StreamingContext context
)
protected:
CommerceAuthenticationFailedDecryptionException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CommerceAuthenticationFailedDecryptionException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

An exception which is raised whenever a decryption error occurs, most notably when an invalid encryption key or an invalid ticket is used.

Permissions

See Also

Reference

CommerceAuthenticationFailedDecryptionException Class

CommerceAuthenticationFailedDecryptionException Members

CommerceAuthenticationFailedDecryptionException Overload

Microsoft.CommerceServer.Runtime Namespace