Esempio n. 1
0
 public static void FailFast(String message, Exception exception)
 {
     RuntimeExceptionHelpers.FailFast(message, exception);
 }