Class VpnHostServiceException
Exception VpnHostServiceException. Fired when there's an issue with VpnHostService startup.
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class VpnHostServiceException : VpnException
Constructors
VpnHostServiceException(String)
Initializes a new instance of the VpnHostServiceException class.
Declaration
public VpnHostServiceException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to pass to the calling code |
VpnHostServiceException(String, Exception)
Initializes a new instance of the VpnHostServiceException class.
Declaration
public VpnHostServiceException(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. |