ExceptionEventArgs public class ExceptionEventArgs : EventArgs Provides data for the ErrorOccured events. Documentation Code public Exception Exception { get; } Gets the System.Exception that represents the error that occurred. public ExceptionEventArgs(Exception exception) Initializes a new instance of the ExceptionEventArgs class.