Class SdkException
Base class for all SDK exceptions.
Inheritance
System.Object
SdkException
Namespace: Stylelabs.M.Sdk.Exceptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class SdkException : Exception
Constructors
SdkException()
Declaration
public SdkException()
SdkException(SerializationInfo, StreamingContext)
Declaration
protected SdkException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | serializationInfo | |
StreamingContext | streamingContext |
SdkException(String)
Declaration
public SdkException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
SdkException(String, Exception)
Declaration
public SdkException(string message, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | exception |
Can we improve this article ? Provide feedback