IgnoreExceptions Property
Ignores a list of DicomObjects error codes accessible from
DicomException.Code during reading from disk/network and puts together what has been successfully read. This is particularly useful to skip exceptions and keep the association open to continue reading.
public int[] IgnoreExceptions {get; set;}
'Declaration
Public Property IgnoreExceptions As Integer()
'Usage
Dim instance As ReadBehaviours
Dim value() As Integer
instance.IgnoreExceptions = value
value = instance.IgnoreExceptions
Target Platforms: .NET CLR 4.0 or higher