1. Stylelabs.M.Sdk.Exceptions

Class PermissionException

The exception that is thrown when permission problems were encountered.

Inheritance

object

SdkException

PermissionException

ForbiddenException

Namespace: StylelabsStylelabs.MSdkExceptions

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class PermissionException : SdkException

Constructors

PermissionException()

Initializes a new instance of the PermissionException class.

Declaration

public PermissionException()

PermissionException(SerializationInfo, StreamingContext)

Initializes a new instance of the PermissionException class.

Declaration

protected PermissionException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

TypeNameDescription
SerializationInfoserializationInfoThe serialization info.
StreamingContextstreamingContextThe streaming context.

PermissionException(string, Exception)

Initializes a new instance of the PermissionException class.

Declaration

public PermissionException(string message, Exception exception)

Parameters

TypeNameDescription
stringmessageThe message.
ExceptionexceptionThe exception.

PermissionException(string)

Initializes a new instance of the PermissionException class.

Declaration

public PermissionException(string message)

Parameters

TypeNameDescription
stringmessageThe message.
If you have suggestions for improving this article, let us know!