System.UnhandledExceptionEventArgs public class UnhandledExceptionEventArgs : EventArgs Documentation public object ExceptionObject { get; } public bool IsTerminating { get; } public UnhandledExceptionEventArgs(object exception, bool isTerminating)