System.Threading.ThreadExceptionEventArgs public class ThreadExceptionEventArgs : EventArgs Documentation Code namespace System.Threading { public class ThreadExceptionEventArgs : EventArgs { public Exception Exception { get; } public ThreadExceptionEventArgs(Exception t); } }