AttributeStoreException Constructor

 

Initializes a new instance of the AttributeStoreException class.

Namespace:   Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore
Assembly:  Microsoft.IdentityServer.ClaimsPolicy (in Microsoft.IdentityServer.ClaimsPolicy.dll)

NameDescription
System_CAPS_protmethodAttributeStoreException()

Initializes a new instance of the AttributeStoreException class.

System_CAPS_protmethodAttributeStoreException(SerializationInfo^, StreamingContext)

Initializes a new instance of the AttributeStoreException class with serialized data.

System_CAPS_protmethodAttributeStoreException(String^)

Initializes a new instance of the AttributeStoreException class with a specified error message.

System_CAPS_protmethodAttributeStoreException(String^, Exception^)

Initializes a new instance of the AttributeStoreException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Return to top

Community Additions

ADD
Show: