Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadWinUIManager Class / ReportError Method
The error data.


In This Topic
    ReportError Method
    In This Topic
    Displays the exception.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ReportError( _
       ByRef errorData As ActionResult(Of Object) _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadWinUIManager
    Dim errorData As ActionResult(Of Object)
    Dim value As Boolean
     
    value = instance.ReportError(errorData)
    protected override bool ReportError( 
       ref ActionResult<object> errorData
    )

    Parameters

    errorData
    The error data.

    Return Value

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