AuthorizationPolicyStoreException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An exception that is raised when the authorization policy store could not be opened successfully.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class AuthorizationPolicyStoreException _
Inherits Exception
'Usage
Dim instance As AuthorizationPolicyStoreException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class AuthorizationPolicyStoreException : Exception
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class AuthorizationPolicyStoreException : public Exception
public class AuthorizationPolicyStoreException extends Exception
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.AuthorizationPolicyStoreException
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.