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
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also