AdysTech.InfluxDB.Client.Net.InfluxDBException.InfluxDBException C# (CSharp) Method

InfluxDBException() public method

public InfluxDBException ( string reason, string message, IInfluxDatapoint point ) : System
reason string
message string
point IInfluxDatapoint
return System
        public InfluxDBException (string reason, string message, IInfluxDatapoint point)
            : this (reason, message)
        {
            FailedPoint = point;
        }

Same methods

InfluxDBException::InfluxDBException ( string reason, string message ) : System
InfluxDBException::InfluxDBException ( string reason, string message, string line ) : System