CatalogAuthorizationException Class

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

The exception that is thrown when catalog system authorization fails.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CatalogAuthorizationException _
    Inherits CatalogException
'Usage
Dim instance As CatalogAuthorizationException
[SerializableAttribute]
public class CatalogAuthorizationException : CatalogException
[SerializableAttribute]
public ref class CatalogAuthorizationException : public CatalogException
public class CatalogAuthorizationException extends CatalogException

Remarks

All catalog exceptions, including the CatalogAuthorizationException are derived from the CatalogException class. When an authorization attempt fails, this exception is thrown.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Catalog..::.CatalogException
      Microsoft.CommerceServer.Catalog..::.CatalogAuthorizationException

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.

See Also

Reference

CatalogAuthorizationException Members

Microsoft.CommerceServer.Catalog Namespace