Click or drag to resize

PrecisionInputTimer.ExceptionHandler Property

Gets or sets function used to handle exceptions.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.244-beta
Syntax
public Action<Exception> ExceptionHandler { get; set; }
View Source

Property Value

Action<Exception>
See Also