ExceptionEventArgs Class

Exception event args class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class ExceptionEventArgs : HandledEventArgs
Inheritance
Object    HandledEventArgs    ExceptionEventArgs

Remarks

Provides data for the event that is raised when an unhandled exception exists.

Constructors

ExceptionEventArgs Class constructor.

Properties

Exception Gets the object of the unhandled exception.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also