You are here: Symbol Reference > Monnit.Mine Namespace > MineServer Class > MineServer Methods > MineServer.OnLogException Method
MineServer.OnLogException Method
MineServer Class  MineServer Members  MineServer Methods  Send Feedback

Fires the LogException event.

Syntax
C++
C#
Visual Basic
void OnLogException(Exception ex, string location);
Parameters 
Description 
Exception ex 
Exception to be passed. 
string location 
Method name where the exception occurred.