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 | |
---|---|---|
CatalogAuthorizationException()()() | Initializes a new instance of the CatalogAuthorizationException class. | |
CatalogAuthorizationException(String) | Initializes a new instance of the CatalogAuthorizationException class with the specified error message. | |
CatalogAuthorizationException(SerializationInfo, StreamingContext) | Initializes a new instance of the CatalogAuthorizationException class with the specified serialization and streaming context information. | |
CatalogAuthorizationException(String, Exception) | Initializes a new instance of the CatalogAuthorizationException class with the specified error message and inner exception that caused the current exception. | |
CatalogAuthorizationException(String, String, String, String) | Creates a new instance of the CatalogAuthorizationException class with the specified message and parameters. | |
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