Constructor Sdk2Exception
Sdk2Exception()
Initializes a new instance of the Sdk2Exception class.
Declaration
public Sdk2Exception()
Sdk2Exception(string)
Initializes a new instance of the Sdk2Exception class with a specified error message.
Declaration
public Sdk2Exception(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
Sdk2Exception(SerializationInfo, StreamingContext)
Initializes a new instance of the System.Exception class with serialized data.
Declaration
protected Sdk2Exception(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |