Share via


CatalogException Constructor (SerializationInfo, StreamingContext)

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

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

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.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 CatalogException(info, context)
protected CatalogException(
    SerializationInfo info,
    StreamingContext context
)
protected:
CatalogException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CatalogException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The info parameter is a nullNothingnullptra null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic).

Remarks

All catalog system exceptions are derived from this class.

Permissions

See Also

Reference

CatalogException Class

CatalogException Members

CatalogException Overload

Microsoft.CommerceServer.Catalog Namespace