Fires the LogException event.
Namespace: Monnit.MineAssembly: 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 |
See Also