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