Table of Contents

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

content string
vr DicomVR
message string

Properties

Content

The string-content that does not validate.

public string Content { get; }

Property Value

string

Message

public override string Message { get; }

Property Value

string

VR

The value representation that validates.

public DicomVR VR { get; }

Property Value

DicomVR