DicomObjects.NET.V8
DicomObjects Namespace / DicomException Class / CausedAbort Property



In This Topic
    CausedAbort Property
    In This Topic
    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
    public bool CausedAbort {get;}
    public:
    property bool CausedAbort {
       bool get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also