Class VPNAuthenticationException
Exception VPNAuthenticationException. Fired when an authentication request fails due to API issues.
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class VPNAuthenticationException : VpnException
Constructors
VPNAuthenticationException(String)
Initializes a new instance of the VPNAuthenticationException class.
Declaration
public VPNAuthenticationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
VPNAuthenticationException(String, Exception)
Initializes a new instance of the VPNAuthenticationException class.
Declaration
public VPNAuthenticationException(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. |