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