Class EndpointsUnreachableException
Exception thrown when all API endpoints are unreachable.
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class EndpointsUnreachableException : APIException
Constructors
EndpointsUnreachableException(String)
Initializes a new instance of the EndpointsUnreachableException class with a specified error message.
Declaration
public EndpointsUnreachableException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
EndpointsUnreachableException(String, Exception)
Initializes a new instance of the EndpointsUnreachableException class with a specified. error message and a reference to the inner exception that is the cause of this exception.
Declaration
public EndpointsUnreachableException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
Exception | inner | The exception that is the cause of this exception. |
Properties
Type
Gets the error type.
Declaration
public override ErrorType Type { get; }
Property Value
Type | Description |
---|---|
ErrorType | The error type. |