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

Gets a message that describes the current exception.

public override string Message { get; }

Property Value

string

The error message that explains the reason for the exception, or an empty string ("").

VR

The value representation that validates.

public DicomVR VR { get; }

Property Value

DicomVR