ExceptionEventArgs Members
Provides Data for the HandleException event.
The following tables list the members exposed by the ExceptionEventArgs type.
Public Properties
Property | Description | |
---|---|---|
Exception | Gets exception data. | |
Handled | (Inherited from ViewerEventArgs.) Gets or sets whether the event was handled. Set to true if you do not want the default action to occur. | |
UserData | Gets or sets any type of data that can be used to override what is done when an exception is handled |
Top