GailTestApp.MovingThread.HandleException C# (CSharp) Method

HandleException() static private method

static private HandleException ( GLib args ) : void
args GLib
return void
		static void HandleException (GLib.UnhandledExceptionArgs args)
		{
			args.ExitApplication = false;
			exceptionHappened = (Exception)args.ExceptionObject;
			lastHandle.Set ();
		}