|
ServiceHostBaseErrorLogExceptionHandler Method
|
Event handler for processing exceptions encountered while writing entries to the error log file.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax function ErrorLogExceptionHandler(sender, e);
View SourceParameters
- sender Object
- Event source of the exception.
- e EventArgsException
- Event arguments containing the exception to report.
See Also