AuthorizationFailedException Constructor
Initializes a new instance of the AuthorizationFailedException class.
Namespace: Microsoft.IdentityServer.Web
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)
Usage
'Usage
Dim instance As New AuthorizationFailedException
Syntax
'Declaration
Public Sub New
public AuthorizationFailedException ()
public:
AuthorizationFailedException ()
public AuthorizationFailedException ()
public function AuthorizationFailedException ()
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 |
|---|---|
null. |
|
The localized error message string. |
Platforms
Development Platforms
Windows Server 2008, Windows Server 2008 R2
Target Platforms
Windows Server 2008, Windows Server 2008 R2
See Also
Reference
AuthorizationFailedException Class
AuthorizationFailedException Members
Microsoft.IdentityServer.Web Namespace