Beispiel #1
0
		public void RaiseUnhandledAsyncException(ErrorEventArgs args)
		{
			if (UnhandledAsyncException != null)
			{
				UnhandledAsyncException(this, args);
			}
		}
Beispiel #2
0
 void unhandled_UnhandledAsyncException(object sender, ErrorEventArgs e)
 {
     OnUnhandledAsyncException(e);
 }