BuiltInReadOnlyPropertyUpdateException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when attempting to modify a built-in, read-only object.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class BuiltInReadOnlyPropertyUpdateException _
Inherits BuiltInEntityException
'Usage
Dim instance As BuiltInReadOnlyPropertyUpdateException
[SerializableAttribute]
public class BuiltInReadOnlyPropertyUpdateException : BuiltInEntityException
[SerializableAttribute]
public ref class BuiltInReadOnlyPropertyUpdateException : public BuiltInEntityException
public class BuiltInReadOnlyPropertyUpdateException extends BuiltInEntityException
Remarks
All catalog exceptions, including the BuiltInReadOnlyPropertyUpdateException are derived from the CatalogException class. If the object is a built-in object, not a built-in read-only 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.