Constructor InvalidAuthorizationException
InvalidAuthorizationException()
Initializes a new instance of
InvalidAuthorizationException.
Declaration
public InvalidAuthorizationException()
InvalidAuthorizationException(String)
Initializes a new instance of
InvalidAuthorizationException with the message that
describes the current exception.
Declaration
public InvalidAuthorizationException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | A message that describes the current exception. |
InvalidAuthorizationException(String, Exception)
Initializes a new instance of
InvalidAuthorizationException with the message that
describes the current exception and an inner exception.
Declaration
public InvalidAuthorizationException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | A message that describes the current exception. |
| Exception | inner | The inner exception. |