Share via


AuthorizationStoreNotFoundException Class

Definition

Represents the exception that is thrown when the authorization store is unable to be found.

public ref class AuthorizationStoreNotFoundException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class AuthorizationStoreNotFoundException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type AuthorizationStoreNotFoundException = class
    inherit EnterpriseManagementException
Public Class AuthorizationStoreNotFoundException
Inherits EnterpriseManagementException
Inheritance
AuthorizationStoreNotFoundException
Attributes

Constructors

AuthorizationStoreNotFoundException()

Initializes a new AuthorizationStoreNotFoundException object.

AuthorizationStoreNotFoundException(Exception)

Initializes a new AuthorizationStoreNotFoundException object by specifying an inner exception that caused the current exception.

AuthorizationStoreNotFoundException(SerializationInfo, StreamingContext)

Initializes a new AuthorizationStoreNotFoundException object with serialized data.

AuthorizationStoreNotFoundException(String)

Initializes a new AuthorizationStoreNotFoundException object by specifying the error message that describes the current exception.

AuthorizationStoreNotFoundException(String, Exception)

Initializes a new AuthorizationStoreNotFoundException object with an error message and inner exception.

Applies to