// System.UnhandledExceptionEventHandler.cs // // Paolo Molaro // // (C) 2002 Ximian, Inc. namespace System { public delegate void UnhandledExceptionEventHandler (object sender, UnhandledExceptionEventArgs args); }