You are here:
Symbol Reference > Monnit.Mine Namespace >
MineServer Class
>
MineServer Methods
>
MineServer.OnLogException Method
Collapse All
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
);
protected
internal
virtual
void
OnLogException
(Exception
ex
,
string
location
);
Protected
Friend
virtual
Function
OnLogException
(
ex
As
Exception,
location
As
string
)
As
void
See Also
MineServer Class
,
MineServer Members
,
MineServer Methods
Group
MineServer Methods
Parameters
Parameters
Description
Exception ex
Exception to be passed.
string location
Method name where the exception occurred.