Freigeben über


BuiltInEntityException Constructor

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

Initializes a new instance of the BuiltInEntityException class.

Overload List

  Name Description
ms986598.pubmethod(en-US,CS.70).gif BuiltInEntityException()()() Initializes a new instance of the BuiltInEntityException class.
ms986598.pubmethod(en-US,CS.70).gif BuiltInEntityException(String) Initializes a new instance of the BuiltInEntityException class with a specified error message.
ms986598.protmethod(en-US,CS.70).gif BuiltInEntityException(SerializationInfo, StreamingContext) Initializes a new instance of the BuiltInEntityException class with the specified serialization and streaming context information.
ms986598.pubmethod(en-US,CS.70).gif BuiltInEntityException(String, Exception) Initializes a new instance of the BuiltInEntityException class with a specified error message and a reference to the inner exception that caused the current exception.
ms986598.pubmethod(en-US,CS.70).gif BuiltInEntityException(String, String, String) Initializes a new instance of the BuiltInEntityException class with the specified error message and parameters.
ms986598.pubmethod(en-US,CS.70).gif BuiltInEntityException(String, String, String, Exception) Initializes a new instance of the BuiltInEntityException class with the specified error message, parameters, and inner exception.

Top

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.

See Also

Reference

BuiltInEntityException Class

BuiltInEntityException Members

Microsoft.CommerceServer.Catalog Namespace