Beispiel #1
0
 public static void GenerateExceptionInformationForDump(Exception currentException, IntPtr exceptionCCWPtr)
 {
     RuntimeExceptionHelpers.GenerateExceptionInformationForDump(currentException, exceptionCCWPtr);
 }
Beispiel #2
0
 public static void FailFast(string message, Exception error) => RuntimeExceptionHelpers.FailFast(message, error);
Beispiel #3
0
 public static void ReportUnhandledException(Exception exception)
 {
     RuntimeExceptionHelpers.ReportUnhandledException(exception);
 }