IgnoreExceptions Property
In This Topic
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.
Syntax
'Declaration
Public Property IgnoreExceptions As System.Integer()
public System.int[] IgnoreExceptions {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also