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