|
IConfigurationLoaderProcessException Event
|
Occurs when the configuration loader encounters a non-catastrophic exception.
Namespace: GSF.TimeSeries.ConfigurationAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxevent EventHandler<EventArgs<Exception>> ProcessException
Event ProcessException As EventHandler(Of EventArgs(Of Exception))
event EventHandler<EventArgs<Exception^>^>^ ProcessException {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
abstract ProcessException : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
function add_ProcessException(value);
function remove_ProcessException(value);
View SourceValue
EventHandlerEventArgsException
See Also