[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.UI.UIManager.ReportError

ReportError Method

ReportError(ref ActionResult<object>)

Displays the exception.

Declaration
protected virtual bool ReportError(ref ActionResult<object> errorData)
Protected Overridable Function ReportError(ByRef errorData As ActionResult(Of Object)) As Boolean
Parameters
Type Name Description
ActionResult<object> errorData

The error data.

Returns
Type Description
bool

true if the action should be stopped; otherwise, the action should be continued if it's possible.