Class DicomValidationException
- Namespace
- FellowOakDicom
- Assembly
- fo-dicom.core.dll
This exception is thrown by a validator. The validation is mostly triggert when adding string values to a DicomDataset that have to be parsed.
public class DicomValidationException : DicomDataException, ISerializable
- Inheritance
-
DicomValidationException
- Implements
- Inherited Members
- Extension Methods
Constructors
DicomValidationException(string, DicomVR, string)
public DicomValidationException(string content, DicomVR vr, string message)
Parameters
Properties
Content
The string-content that does not validate.
public string Content { get; }
Property Value
Message
public override string Message { get; }
Property Value
VR
The value representation that validates.
public DicomVR VR { get; }