• InfluxDB3.Client API
Show / Hide Table of Contents
  • InfluxDB3.Client
    • IInfluxDBClient
    • InfluxDBApiException
    • InfluxDBClient
  • InfluxDB3.Client.Config
    • ClientConfig
    • QueryOptions
    • WriteOptions
  • InfluxDB3.Client.Internal
    • TypeCasting
  • InfluxDB3.Client.Query
    • QueryType
  • InfluxDB3.Client.Write
    • PointData
    • PointDataValues
    • WritePrecision

Class InfluxDBApiException

The generic API exception.

Inheritance
object
Exception
InfluxDBApiException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: InfluxDB3.Client
Assembly: InfluxDB3.Client.dll
Syntax
public class InfluxDBApiException : Exception, ISerializable

Properties

Headers

Declaration
public HttpResponseHeaders? Headers { get; }
Property Value
Type Description
HttpResponseHeaders

HttpResponseMessage

Declaration
public HttpResponseMessage? HttpResponseMessage { get; }
Property Value
Type Description
HttpResponseMessage

StatusCode

Declaration
public HttpStatusCode StatusCode { get; }
Property Value
Type Description
HttpStatusCode

Implements

ISerializable
In this article
Back to top Generated by DocFX