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
System.Object
System.Exception
DicomValidationException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public class DicomValidationException : DicomDataException, ISerializable
Constructors
DicomValidationException(String, DicomVR, String)
Declaration
public DicomValidationException(string content, DicomVR vr, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | content | |
DicomVR | vr | |
System.String | message |
Properties
Content
The string-content that does not validate.
Declaration
public string Content { get; }
Property Value
Type | Description |
---|---|
System.String |
Message
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
System.Exception.Message
VR
The value representation that validates.
Declaration
public DicomVR VR { get; }
Property Value
Type | Description |
---|---|
DicomVR |
Implements
System.Runtime.Serialization.ISerializable