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