Fired when an exception is caught allowing the exception to be logged.

Namespace: Monnit.Mine
Assembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event EventHandler<HandleLogExceptionEventArgs> LogException
Visual Basic
Public Event LogException As EventHandler(Of HandleLogExceptionEventArgs)
Visual C++
public:
 event EventHandler<HandleLogExceptionEventArgs^>^ LogException {
	void add (EventHandler<HandleLogExceptionEventArgs^>^ value);
	void remove (EventHandler<HandleLogExceptionEventArgs^>^ value);
}
F#
member LogException : IEvent<EventHandler<HandleLogExceptionEventArgs>,
    HandleLogExceptionEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'HandleLogExceptionEventArgs>)>)>

See Also