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