| 1234567891011121314 |
- //
- // System.Threading.ThreadExceptionEventHandler.cs
- //
- // Author:
- // Dick Porter ([email protected])
- //
- // (C) Ximian, Inc. http://www.ximian.com
- //
- namespace System.Threading
- {
- public delegate void ThreadExceptionEventHandler(object sender, ThreadExceptionEventArgs e);
- }
|