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 | |
---|---|---|
AttributeStoreInvalidConfigurationException() | Initializes a new instance of the AttributeStoreInvalidConfigurationException class. |
|
AttributeStoreInvalidConfigurationException(SerializationInfo, StreamingContext) | Initializes a new instance of the AttributeStoreInvalidConfigurationException class with serialized data. |
|
AttributeStoreInvalidConfigurationException(String) | Initializes a new instance of the AttributeStoreInvalidConfigurationException class with a specified error message. |
|
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