using System;
namespace System.Threading
{
/// Represents the method that will handle the event of an .
/// The source of the event.
/// A that contains the event data.
/// 2
// Token: 0x02000342 RID: 834
// (Invoke) Token: 0x06001CE1 RID: 7393
public delegate void ThreadExceptionEventHandler(object sender, ThreadExceptionEventArgs e);
}