Class SdkException

Base class for all SDK exceptions.

Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class SdkException : Exception

Constructors

SdkException()

Initializes a new instance of the SdkException class.

Declaration
RequestResponse
public SdkException()

SdkException(SerializationInfo, StreamingContext)

Initializes a new instance of the SdkException class.

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

The message.

Do you have some feedback for us?

If you have suggestions for improving this article,