Class PermissionException

The exception that is thrown when permission problems were encountered.

Inheritance
object
PermissionException
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class PermissionException : SdkException

Constructors

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
TypeNameDescription
SerializationInfoserializationInfo

The serialization info.

StreamingContextstreamingContext

The streaming context.

PermissionException(string, Exception)

Initializes a new instance of the PermissionException class.

Declaration
RequestResponse
public PermissionException(string message, Exception exception)
Parameters
TypeNameDescription
stringmessage

The message.

Exceptionexception

The exception.

PermissionException(string)

Initializes a new instance of the PermissionException class.

Declaration
RequestResponse
public PermissionException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

Do you have some feedback for us?

If you have suggestions for improving this article,