AuthorizationPolicyRequiredException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the AuthorizationPolicyRequiredException class.
Overload List
Name | Description | |
---|---|---|
AuthorizationPolicyRequiredException()()() | Initializes a new instance of the AuthorizationPolicyRequiredException class. | |
AuthorizationPolicyRequiredException(String) | Initializes a new instance of the AuthorizationPolicyRequiredException class with a specified error message. | |
AuthorizationPolicyRequiredException(SerializationInfo, StreamingContext) | Initializes a new instance of the AuthorizationPolicyRequiredException class with the specified serialization and streaming context information. | |
AuthorizationPolicyRequiredException(String, Exception) | Initializes a new instance of the AuthorizationPolicyRequiredException 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 system has been initialized to use no authorization and the currently-requested operation requires a valid authorization policy to complete.
This exception is raised by GetAuthorizedTasks.
See Also
Reference
AuthorizationPolicyRequiredException Class