DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / LastError Property

In This Topic
    LastError Property
    In This Topic

    Returns the last error status from LastCommand.

    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastError As System.String
    public System.string LastError {get;}
    Remarks
    If the LastCommand property if not null then this property returns the error status which is contained in the (Keyword.ErrorComment) attribute of the last command, otherwise an empty string is returned.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also