Class VpnException
Exception VpnException. Fired when any VPN connection error occurs.
Inheritance
System.Object
VpnException
Inherited Members
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class VpnException : BaseSDKException
Constructors
VpnException(String)
Initializes a new instance of the Vpn
Declaration
public VpnException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message to pass to the calling code. |
VpnException(String, Exception)
Initializes a new instance of the Vpn
Declaration
public VpnException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message to pass to the calling code. |
Exception | inner | The exception that we are passing up. |