DicomObjects.NET Core Documentation
DicomObjects.Validation Namespace / ValidationException Class
Members



In This Topic
    ValidationException Class
    In This Topic
    Specialised Exception for reporting validation exceptions
    Object Model
    ValidationException ClassDicomAttribute ClassDicomDataSet ClassDicomAttribute Class
    Syntax
    'Declaration
     
    
    Public Class ValidationException 
       Inherits DicomObjects.DicomException
    'Usage
     
    
    Dim instance As ValidationException
    public class ValidationException : DicomObjects.DicomException 
    public ref class ValidationException : public DicomObjects.DicomException 
    Remarks

    This class is thrown when validation errors are detected in normal useage - e.g. by:

    A list of this class is also returned by the DicomObjects.DicomDataSet.ValidateAll method

    As this class is derived from DicomObjects.DicomException all the properties from that object are of course populated

    Inheritance Hierarchy

    System.Object
       System.Exception
          DicomObjects.DicomException
             DicomObjects.Validation.ValidationException

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also