DicomObjects Reference
DicomObjects Reference / DicomConnection Object / LastError Property
LastError Property
Description
Human readable form of last error reported on this connection
Property type
Read-only property
Syntax
Visual Basic
Public Property LastError As String
Remarks
This is the last DicomObjects error reported, which may or may not reflect a DICOM protocol error.  It corresponds exactly with the ErrorMessage parameter of the ActionComplete event and with the OLE error reported if Mode=doSync.  It is only valid when isReady is true.
See Also