Share via


InventoryException Constructor (SerializationInfo, StreamingContext)

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

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

Parameters

Remarks

The following inventory system exceptions are derived from this class:

Permissions

See Also

Reference

InventoryException Class

InventoryException Members

InventoryException Overload

Microsoft.CommerceServer.Inventory Namespace