Class ExceptionEventArgs
Provides data for the ErrorOccured events.
public class ExceptionEventArgs : EventArgs
- Inheritance
-
ExceptionEventArgs
- Inherited Members
Constructors
ExceptionEventArgs(Exception)
Initializes a new instance of the ExceptionEventArgs class.
public ExceptionEventArgs(Exception exception)
Parameters
exception
ExceptionAn System.Exception that represents the error that occurred.
Properties
Exception
Gets the Exception that represents the error that occurred.
public Exception Exception { get; }