Class SdkException
Base class for all SDK exceptions.
Inheritance
object
SdkException
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
Type | Name | Description |
---|---|---|
SerializationInfo | serializationInfo |
The serialization info. |
StreamingContext | streamingContext |
The streaming context. |
SdkException(string, Exception)
Initializes a new instance of the SdkException class.
Declaration
RequestResponse
public SdkException(string message, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
string | message |
The message. |
Exception | exception |
The exception. |
SdkException(string)
Initializes a new instance of the SdkException class.
Declaration
RequestResponse
public SdkException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
The message. |