Class PermissionException
The exception that is thrown when permission problems were encountered.
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class PermissionException : SdkExceptionConstructors
PermissionException()
Initializes a new instance of the PermissionException class.
Declaration
RequestResponse
public PermissionException()PermissionException(SerializationInfo, StreamingContext)
Initializes a new instance of the PermissionException class.
Declaration
RequestResponse
protected PermissionException(SerializationInfo serializationInfo, StreamingContext streamingContext)Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | serializationInfo |
The serialization info. |
| StreamingContext | streamingContext |
The streaming context. |
PermissionException(string, Exception)
Initializes a new instance of the PermissionException class.
Declaration
RequestResponse
public PermissionException(string message, Exception exception)Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |
| Exception | exception |
The exception. |
PermissionException(string)
Initializes a new instance of the PermissionException class.
Declaration
RequestResponse
public PermissionException(string message)Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
The message. |