Class ForbiddenException
The exception that is thrown when doing an action that is forbidden.
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
ForbiddenException()
Initializes a new instance of the ForbiddenException class.
Declaration
ForbiddenException(SerializationInfo, StreamingContext)
Initializes a new instance of the ForbiddenException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | serializationInfo |
The serialization info. |
| StreamingContext | streamingContext |
The streaming context. |
ForbiddenException(string, Exception)
Initializes a new instance of the ForbiddenException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |
| Exception | exception |
The exception. |
ForbiddenException(string)
Initializes a new instance of the ForbiddenException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |