Skip to main content

NavigatorExceptionEventArgs Constructors

Supplies data for the NavigatorBase.NavigatorException event.
Name Parameters Description
NavigatorExceptionEventArgs(String, Exception, NavigatorButton) errorText, exception, button Initializes a new instance of the NavigatorExceptionEventArgs class.
NavigatorExceptionEventArgs(String, String, Exception, ExceptionMode, NavigatorButton) errorText, windowCaption, exception, exceptionMode, button Initializes a new instance of the NavigatorExceptionEventArgs class.
See Also