PivotQueryExceptionEventArgs Properties
Provides data for the PivotGridControl.QueryException event.
Name | Description |
---|---|
Error |
Gets or sets a text from the error panel. |
Exception | Gets an exception that has been thrown. |
Handled | Gets or sets whether the default exception handling actions should be performed. |
Show |
Gets or sets whether to show the error panel. |
See Also