You are here: Symbol Reference > Monnit.Mine Namespace > IMonnitMineServiceDataAccess Interface > IMonnitMineServiceDataAccess Methods > IMonnitMineServiceDataAccess.LogException Method
IMonnitMineServiceDataAccess.LogException Method
IMonnitMineServiceDataAccess Interface  IMonnitMineServiceDataAccess Members  IMonnitMineServiceDataAccess Methods  Send Feedback

Allows user to receive and log any exceptions not handled by the server

Syntax
C++
C#
Visual Basic
void LogException(Exception ex, string location);
Parameters 
Description 
Exception ex 
Exception that was thrown 
string location 
string representation of the function that threw the exception when available