Class TapAdapterException
Exception TapAdapterException. Fired when an OpenVPN TAP adapter is not installed or not working correctly.
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class TapAdapterException : VpnException
Constructors
TapAdapterException(String)
Initializes a new instance of the TapAdapterException class.
Declaration
public TapAdapterException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
TapAdapterException(String, Exception)
Initializes a new instance of the TapAdapterException class.
Declaration
public TapAdapterException(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 override ErrorType Type { get; }
Property Value
Type | Description |
---|---|
ErrorType | The error type. |