DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomException Class / CausedAbort Property



    CausedAbort Property
    True if this exception caused the related to association to issue an Abort (thereby no longer requiring to be closed)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CausedAbort As Boolean
     
    'Usage
     
    
    Dim instance As DicomException
    Dim value As Boolean
     
    value = instance.CausedAbort
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also