Class WriteRuntimeExceptionEvent
Published when occurs a runtime exception in background batch processing.
Namespace: InfluxDB.Client.Writes
Assembly: InfluxDB.Client.dll
Syntax
public class WriteRuntimeExceptionEvent : InfluxDBEventArgs
Properties
Exception
The Runtime Exception that was throw.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |