Example #1
0
 private static void ReportExceptionInHandler(Exception exception)
 {
     InternalLogger.Error("Exception in asynchronous handler {0}", exception);
 }