Event data passed when exception has occurred.

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

Syntax

C#
public class HandleLogExceptionEventArgs : EventArgs
Visual Basic
Public Class HandleLogExceptionEventArgs
	Inherits EventArgs
Visual C++
public ref class HandleLogExceptionEventArgs : public EventArgs
F#
type HandleLogExceptionEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Monnit.Mine..::..HandleLogExceptionEventArgs

See Also