Fires the LogException event.

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

Syntax

C#
protected virtual void OnLogException(
	Exception ex,
	string location
)
Visual Basic
Protected Overridable Sub OnLogException ( 
	ex As Exception,
	location As String
)
Visual C++
protected:
virtual void OnLogException(
	Exception^ ex, 
	String^ location
)
F#
abstract OnLogException : 
        ex : Exception * 
        location : string -> unit 
override OnLogException : 
        ex : Exception * 
        location : string -> unit 

Parameters

ex
Type: System..::..Exception
Exception to be passed.
location
Type: System..::..String
Method name where the exception occurred.

See Also