Class BaseSDKException
Class VpnSDKBaseException. Used as a base class for all SDK exceptions.
Inheritance
System.Object
BaseSDKException
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseSDKException : Exception
Constructors
BaseSDKException(String)
Initializes a new instance of the BaseSDKException class.
Declaration
public BaseSDKException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
BaseSDKException(String, Exception)
Initializes a new instance of the BaseSDKException class.
Declaration
public BaseSDKException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | inner | The inner exception. |
Properties
Type
Gets the error type.
Declaration
public virtual ErrorType Type { get; }
Property Value
Type | Description |
---|---|
ErrorType | The error type. |