Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when attempting to modify or delete a built-in object.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class BuiltInEntityException _
Inherits InvalidCatalogOperationException
'Usage
Dim instance As BuiltInEntityException
[SerializableAttribute]
public class BuiltInEntityException : InvalidCatalogOperationException
[SerializableAttribute]
public ref class BuiltInEntityException : public InvalidCatalogOperationException
public class BuiltInEntityException extends InvalidCatalogOperationException
Remarks
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.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Catalog..::.CatalogException
Microsoft.CommerceServer.Catalog..::.InvalidCatalogOperationException
Microsoft.CommerceServer.Catalog..::.BuiltInEntityException
Microsoft.CommerceServer.Catalog..::.BuiltInReadOnlyPropertyUpdateException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.