Class VpnHostServiceFileNotFoundException
Exception VpnHostServiceFileNotFoundException. Fired when VpnHostService.exe file is not found.
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class VpnHostServiceFileNotFoundException : VpnException
Constructors
VpnHostServiceFileNotFoundException(String)
Initializes a new instance of the VpnHostServiceFileNotFoundException class.
Declaration
public VpnHostServiceFileNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to pass to the calling code. |
VpnHostServiceFileNotFoundException(String, Exception)
Initializes a new instance of the VpnHostServiceFileNotFoundException class.
Declaration
public VpnHostServiceFileNotFoundException(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
Declaration
public override ErrorType Type { get; }
Property Value
Type | Description |
---|---|
ErrorType |