1. SdkException

Class SdkException

Base class for all SDK exceptions.

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
SerializationInfoserializationInfo

The serialization info.

StreamingContextstreamingContext

The streaming context.

SdkException(string, Exception)

Initializes a new instance of the SdkException class.

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

The message.

Exceptionexception

The exception.

SdkException(string)

Initializes a new instance of the SdkException class.

Declaration
public SdkException(string message)
Parameters
TypeNameDescription
stringmessage

The message.

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