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)

Syntax

public AttributeStoreInvalidConfigurationException()
public:
AttributeStoreInvalidConfigurationException()
new : unit -> AttributeStoreInvalidConfigurationException
Public Sub New

Remarks

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error. This message takes into account the current system culture.

The following table shows the initial property values for the new instance.

Property

Value

InnerException

null.

Message

The localized error message string.

See Also

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

Return to top