Class InvalidConfigurationException
Exception InvalidConfigurationException. Fires when SDK configuration is invalid due to missing parameters or an unconfigured VPN protocol is requested.
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class InvalidConfigurationException : CoreException
Constructors
InvalidConfigurationException(String)
Initializes a new instance of the InvalidConfigurationException class.
Declaration
public InvalidConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message to pass to the calling code. |
InvalidConfigurationException(String, Exception)
Initializes a new instance of the InvalidConfigurationException class.
Declaration
public InvalidConfigurationException(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. |