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