Partager via


CommerceProfileSystemException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CommerceProfileSystemException class using the specified serialization information and streaming context.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
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 CommerceProfileSystemException(info, context)
protected CommerceProfileSystemException(
    SerializationInfo info,
    StreamingContext context
)
protected:
CommerceProfileSystemException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CommerceProfileSystemException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

The base class for exceptions thrown from the Profiling System. The following classes derive from CommerceProfileSystemException:

Permissions

See Also

Reference

CommerceProfileSystemException Class

CommerceProfileSystemException Members

CommerceProfileSystemException Overload

Microsoft.CommerceServer.Runtime.Profiles Namespace