Example #1
0
 public override void OnException(DirectDatabaseExceptionType type, string query, Exception e)
 {
     Logger.Instance.StartLoggin("direct")
     .Add("query", query)
     .Add("type", type.ToString())
     .OnException(e);
     int a = 0;
 }
Example #2
0
 public override void OnException(DirectDatabaseExceptionType type, string query, Exception e)
 {
     int a = 0;
 }