Class ServerListException
Exception ServerListException. Fired when the app is unable to load servers.
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class ServerListException : HTTPException
Constructors
ServerListException(String)
Initializes a new instance of the ServerListException class.
Declaration
public ServerListException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to pass to the calling code. |
ServerListException(String, Exception)
Initializes a new instance of the ServerListException class.
Declaration
public ServerListException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to pass to the calling code. |
Exception | inner | The exception that we are passing up. |
Properties
Type
Gets the error type.
Declaration
public override ErrorType Type { get; }
Property Value
Type | Description |
---|---|
ErrorType | The error type. |