AuthorizationPolicyStoreException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the AuthorizationPolicyStoreException class.
Overload List
Name | Description | |
---|---|---|
AuthorizationPolicyStoreException()()() | Initializes a new instance of the AuthorizationPolicyStoreException class. | |
AuthorizationPolicyStoreException(String) | Initializes a new instance of the AuthorizationPolicyStoreException class with a specified error message. | |
AuthorizationPolicyStoreException(SerializationInfo, StreamingContext) | Initializes a new instance of the AuthorizationPolicyStoreException class with the specified serialization and streaming context information. | |
AuthorizationPolicyStoreException(String, Exception) | Initializes a new instance of the AuthorizationPolicyStoreException class with a specified error message and inner exception that is the cause of this exception. |
Top
Remarks
An exception that is raised when the authorization policy store could not be opened successfully.
See Also
Reference
AuthorizationPolicyStoreException Class