1. Stylelabs.M.Sdk.Exceptions

Class SdkException

Base class for all SDK exceptions.

Inheritance

object

SdkException

AuthenticationException

InternalException

NotFoundException

PermissionException

ScriptException

ValidationException

Namespace: StylelabsStylelabs.MSdkExceptions

Assembly: Stylelabs.M.Sdk.dll

Syntax

public class SdkException : Exception

Constructors

SdkException()

Initializes a new instance of the SdkException class.

Declaration

public SdkException()

SdkException(SerializationInfo, StreamingContext)

Initializes a new instance of the SdkException class.

Declaration

protected SdkException(SerializationInfo serializationInfo, StreamingContext streamingContext)

Parameters

TypeNameDescription
SerializationInfoserializationInfoThe serialization info.
StreamingContextstreamingContextThe streaming context.

SdkException(string, Exception)

Initializes a new instance of the SdkException class.

Declaration

public SdkException(string message, Exception exception)

Parameters

TypeNameDescription
stringmessageThe message.
ExceptionexceptionThe exception.

SdkException(string)

Initializes a new instance of the SdkException class.

Declaration

public SdkException(string message)

Parameters

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