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