Esempio n. 1
0
 public static bool ReportUnhandledError(this Exception ex)
 {
     return(ExceptionHelpers.ReportUnhandledError(ex));
 }