Sdílet prostřednictvím


BuiltInEntityException Constructor (SerializationInfo, StreamingContext)

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

Parameters

Remarks

The exception that is thrown when attempting to modify or delete a built-in object.

All catalog exceptions, including the BuiltInEntityException are derived from the CatalogException class. If an attempt to modify or delete a built-in object the BuiltInEntityException is thrown.

Permissions

See Also

Reference

BuiltInEntityException Class

BuiltInEntityException Members

BuiltInEntityException Overload

Microsoft.CommerceServer.Catalog Namespace