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

NavigatorExceptionEventArgs Class

Provides data for the NavigatorBase.NavigatorException event.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class NavigatorExceptionEventArgs :
    ExceptionEventArgs

Remarks

While navigating/editing records using the data navigator, exceptions might occur due to restrictions on the data source. The data navigator intercepts these exceptions and triggers the NavigatorBase.NavigatorException event in their place.

Use the NavigatorExceptionEventArgs properties to get information regarding the exception and to process the exceptional situation. The navigator’s button which generated the exception is specified by the NavigatorExceptionEventArgs.Button property.

Inheritance

Object
EventArgs
ExceptionEventArgs
NavigatorExceptionEventArgs
See Also