Skip to main content
A newer version of this page is available. .

ExceptionEventArgs Properties

Represents the base class for arguments passed to exception handling events.
Name Description
ErrorText Gets or sets the error description to be displayed in the message box/tooltip.
Exception Gets the exception that caused the event.
ExceptionMode Gets or sets the type of response to supplying invalid values.
WindowCaption Gets or sets the caption of the error message box.
See Also