1. PermissionException

Class PermissionException

The exception that is thrown when permission problems were encountered.

Inheritance
object
PermissionException
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
SerializationInfoserializationInfo

The serialization info.

StreamingContextstreamingContext

The streaming context.

PermissionException(string, Exception)

Initializes a new instance of the PermissionException class.

Declaration
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
public PermissionException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

If you have suggestions for improving this article, let us know!