Class UnknownErrorException
UnknownErrorException. Fires when an unknown related error occurs.
Inheritance
System.Object
UnknownErrorException
Assembly: cs.temp.dll.dll
Syntax
public class UnknownErrorException : BaseSDKException
Constructors
UnknownErrorException(String)
Declaration
public UnknownErrorException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
UnknownErrorException(String, Exception)
Declaration
public UnknownErrorException(string message, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
inner |
|
Properties
Type
Declaration
public override ErrorType Type { get; }
Property Value
Type |
Description |
ErrorType |
|
Overrides