CatalogAuthorizationException Constructor

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

Initializes a new instance of the CatalogAuthorizationException class.

Overload List

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

Top

Remarks

The exception that is thrown when catalog system authorization fails.

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

See Also

Reference

CatalogAuthorizationException Class

CatalogAuthorizationException Members

Microsoft.CommerceServer.Catalog Namespace