Class InfluxException
Inheritance
System.Object
InfluxException
Assembly: InfluxDB.Client.Core.dll
Syntax
public class InfluxException : Exception
Constructors
InfluxException(Exception)
Declaration
public InfluxException(Exception exception)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
InfluxException(String, Exception)
Declaration
public InfluxException(string message, Exception exception = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
exception |
|
InfluxException(String, Int32, Exception)
Declaration
public InfluxException(string message, int code, Exception exception = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Int32 |
code |
|
Exception |
exception |
|
Properties
Code
Gets the reference code unique to the error type. If the reference code is not present than return "0".
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Status
Gets the HTTP status code of the unsuccessful response. If the response is not present than return "0".
Declaration
public int Status { get; set; }
Property Value
Type |
Description |
System.Int32 |
|