CatalogPricingException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CatalogPricingException 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 CatalogPricingException(info, context)
protected CatalogPricingException(
    SerializationInfo info,
    StreamingContext context
)
protected:
CatalogPricingException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function CatalogPricingException(
    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 exceptions, including the CatalogPricingException are derived from the CatalogException class. The CatalogPricingException class is a base exception class for all pricing related exceptions.

Permissions

See Also

Reference

CatalogPricingException Class

CatalogPricingException Members

CatalogPricingException Overload

Microsoft.CommerceServer.Catalog Namespace