Share via


EntityInUseException Constructor

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

Initializes a new instance of the EntityInUseException class.

Overload List

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

Top

Remarks

The exception that is thrown when an entity is in use and an attempt to delete the entity occurs.

All catalog exceptions, including the EntityInUseException are derived from the CatalogException class. The entity cannot be deleted as it is in use.

See Also

Reference

EntityInUseException Class

EntityInUseException Members

Microsoft.CommerceServer.Catalog Namespace