dotConnect for BigCommerce Documentation
Devart.Data Namespace / LoaderResult Structure / ErrorText Field

On this page
    ErrorText Field
    On this page
    Gets or sets the text of the error if the row loading operation resulted in the error.
    Syntax
    'Declaration
     
    Public ErrorText As String
    public string ErrorText

    Field Value

    The error text. An empty string if Success is true.
    Remarks
    Use the Success field to determine if the operation completed successfully for this object or there was and error.
    See Also