FUTEK .NET API Documentation
FUTEK_USB_DLL Assembly / FUTEK_USB_DLL Namespace / USB_DLL Class / ErrorDescription Property


In This Topic
    ErrorDescription Property
    In This Topic
    Gets a string that describes the error encountered when a command is sent or received unsuccessfully.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorDescription As String
    'Usage
     
    
    Dim instance As USB_DLL
    Dim value As String
     
    value = instance.ErrorDescription
    public string ErrorDescription {get;}

    Property Value

    Type: System.String
    A string that describes the error.
    Remarks
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also