Class ErrorEventArgs
Provides arguments for handling events associated with errors.
public class ErrorEventArgs : EventArgs
- Inheritance
-
ErrorEventArgs
- Inherited Members
Constructors
ErrorEventArgs(Exception)
Initializes a new instance of the ErrorEventArgs class.
public ErrorEventArgs(Exception exception)
Parameters
Properties
Exception
Gets the Exception associated with the error condition.
public Exception Exception { get; }