Class RequestTimeoutException
The exception for response: HTTP 408 - Request Timeout.
Inherited Members
Namespace: InfluxDB.Client.Core.Exceptions
Assembly: InfluxDB.Client.Core.dll
Syntax
public class RequestTimeoutException : HttpException
Constructors
RequestTimeoutException(String, Exception)
Declaration
public RequestTimeoutException(string message, Exception exception = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| Exception | exception |