LongoMatch.MainClass.HandleException C# (CSharp) Method

HandleException() static private method

static private HandleException ( GLib args ) : void
args GLib
return void
		static void HandleException (GLib.UnhandledExceptionArgs args)
		{
			ProcessExecutionError ((Exception)args.ExceptionObject);
		}