GailTestApp.MovingThread.HandleException C# (CSharp) Метод

HandleException() статический приватный Метод

static private HandleException ( GLib args ) : void
args GLib
Результат void
		static void HandleException (GLib.UnhandledExceptionArgs args)
		{
			args.ExitApplication = false;
			exceptionHappened = (Exception)args.ExceptionObject;
			lastHandle.Set ();
		}