AttributeStoreInvalidConfigurationException Constructor

 

Initializes a new instance of the AttributeStoreInvalidConfigurationException class.

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

Overload List

Name Description
System_CAPS_pubmethod AttributeStoreInvalidConfigurationException()

Initializes a new instance of the AttributeStoreInvalidConfigurationException class.

System_CAPS_protmethod AttributeStoreInvalidConfigurationException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod AttributeStoreInvalidConfigurationException(String)

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

System_CAPS_pubmethod AttributeStoreInvalidConfigurationException(String, Exception)

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

See Also

AttributeStoreInvalidConfigurationException Class
Microsoft.IdentityServer.ClaimsPolicy.Engine.AttributeStore Namespace

Return to top