DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / LastError Property



    LastError Property

    Returns the last error status from LastCommand.

    Syntax
    'Declaration
     
    Public ReadOnly Property LastError As String
     
    'Usage
     
    Dim instance As DicomAssociation
    Dim value As String
     
    value = instance.LastError
    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.0 or higher

    See Also