Esempio n. 1
0
 /// <summary>
 /// Register exception handling synchronization context to app domain.
 /// </summary>
 private void RegisterExceptionHandlingSynchronizationContext()
 {
     ExceptionHandlingSynchronizationContext
     .Register()
     .UnhandledException += OnAsyncUnhandledException;
 }