|   | PrecisionInputTimerExceptionHandler Property | 
        
        
            Gets or sets function used to handle exceptions.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic Action<Exception> ExceptionHandler { get; set; }Public Property ExceptionHandler As Action(Of Exception)
	Get
	Set
public:
property Action<Exception^>^ ExceptionHandler {
	Action<Exception^>^ get ();
	void set (Action<Exception^>^ value);
}member ExceptionHandler : Action<Exception> with get, set
function get_ExceptionHandler();
function set_ExceptionHandler(value);
Property Value
ActionException See Also
See Also