Class SdkException
Base class for all SDK exceptions.
Inheritance
object
SdkException
Namespace: StylelabsStylelabs.MSdkExceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
SdkException()
Initializes a new instance of the SdkException class.
Declaration
SdkException(SerializationInfo, StreamingContext)
Initializes a new instance of the SdkException class.
Declaration
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
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
| Exception | exception | The exception. |
SdkException(string)
Initializes a new instance of the SdkException class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
If you have suggestions for improving this article, let us know!