Class DicomValidationException
This exception is thrown by a validator. The validation is mostly triggert when adding string values to a DicomDataset that have to be parsed.
Inheritance
DicomValidationException
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public class DicomValidationException : DicomDataException, ISerializable, _Exception
Constructors
DicomValidationException(String, DicomVR, String)
Declaration
public DicomValidationException(string content, DicomVR vr, string message)
Parameters
Properties
Content
The string-content that does not validate.
Declaration
public string Content { get; }
Property Value
Message
Declaration
public override string Message { get; }
Property Value
Overrides
VR
The value representation that validates.
Declaration
public DicomVR VR { get; }
Property Value
Implements