Class HTTPException
Exception HTTPException. Fired as a base exception for any HTTP/S issue such as server failures, reach-ability problems and API request rejections.
Inheritance
System.Object
HTTPException
Inherited Members
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class HTTPException : BaseSDKException
Constructors
HTTPException(String)
Initializes a new instance of the HTTPException class.
Declaration
public HTTPException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
HTTPException(String, Exception)
Initializes a new instance of the HTTPException class.
Declaration
public HTTPException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Exception | inner | The inner exception. |