True if this exception caused the related to association to issue an Abort
(thereby no longer requiring to be closed)
public System.bool CausedAbort {get;}
public read-only property CausedAbort: System.Boolean;
public function get CausedAbort : System.boolean
public: __property System.bool get_CausedAbort();
public:
property System.bool CausedAbort {
System.bool get();
}
'Declaration
Public ReadOnly Property CausedAbort As System.Boolean
'Usage
Dim instance As DicomException
Dim value As System.Boolean
value = instance.CausedAbort
Target Platforms: .NET CLR 4.8 or higher