NavigatorExceptionEventArgs(String, String, Exception, ExceptionMode, NavigatorButton) Constructor
Initializes a new instance of the NavigatorExceptionEventArgs class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
error |
String | A string value specifying the error description. This value is assigned to the Exception |
window |
String | A string value specifying the error message box caption. This value is assigned to the Exception |
exception | Exception | A Exception object representing the exception that raised the event. This value is assigned to the Exception |
exception |
Exception |
A Exception |
button | Navigator |
The button whose press fired the exception. |