Search Results for

    Show / Hide Table of Contents

    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
    Object
    Exception
    DicomException
    DicomDataException
    DicomValidationException
    Implements
    ISerializable
    _Exception
    Inherited Members
    DicomException.OnException
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    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
    Type Name Description
    String content
    DicomVR vr
    String message

    Properties

    Content

    The string-content that does not validate.

    Declaration
    public string Content { get; }
    Property Value
    Type Description
    String

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    String
    Overrides
    Exception.Message

    VR

    The value representation that validates.

    Declaration
    public DicomVR VR { get; }
    Property Value
    Type Description
    DicomVR

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors