Jaa


CommerceAuthenticationException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CommerceAuthenticationException 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 CommerceAuthenticationException(info, context)
protected CommerceAuthenticationException(
    SerializationInfo info,
    StreamingContext context
)
protected:
CommerceAuthenticationException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CommerceAuthenticationException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

The base class for exceptions thrown from the authentication sub-system.

Permissions

See Also

Reference

CommerceAuthenticationException Class

CommerceAuthenticationException Members

CommerceAuthenticationException Overload

Microsoft.CommerceServer.Runtime Namespace