2002-07-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / System / UnhandledExceptionEventHandler.cs
1 // System.UnhandledExceptionEventHandler.cs
2 //
3 // Paolo Molaro
4 //
5 // (C) 2002 Ximian, Inc.
6
7 namespace System
8 {
9         public delegate void UnhandledExceptionEventHandler (object sender, UnhandledExceptionEventArgs args);
10 }