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