RegisterUnhandledExceptionHandler() public static method

public static RegisterUnhandledExceptionHandler ( UnhandledExceptionHandler h ) : void
h UnhandledExceptionHandler
return void
Esempio n. 1
0
 public static void RegisterUnhandledExceptionHandler(UnhandledExceptionHandler h)
 {
     ExcelIntegration.RegisterUnhandledExceptionHandler(h);
 }
 public override void RegisterUnhandledExceptionHandler(UnhandledExceptionHandler exceptionHandler)
 {
     ExcelIntegration.RegisterUnhandledExceptionHandler(exceptionHandler);
 }