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