Class FluxQueryException
Namespace: InfluxDB.Client.Core.Flux.Exceptions
Assembly: InfluxDB.Client.Core.dll
Syntax
public class FluxQueryException : InfluxException
Constructors
FluxQueryException(String, Int32)
Declaration
public FluxQueryException(string message, int reference)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Int32 | reference |
Properties
Reference
Declaration
public int Reference { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |