public event EventHandler<EventArgs<Exception>> LogException
Public Event LogException As EventHandler(Of EventArgs(Of Exception))
public: event EventHandler<EventArgs<Exception^>^>^ LogException { void add (EventHandler<EventArgs<Exception^>^>^ value); void remove (EventHandler<EventArgs<Exception^>^>^ value); }
member LogException : IEvent<EventHandler<EventArgs<Exception>>, EventArgs<Exception>>
function add_LogException(value); function remove_LogException(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.