Class DicomFileException
  
  
  
  
    Inheritance
    
    
    
    
    DicomFileException
   
  
  
  Namespace: Dicom
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class DicomFileException : DicomDataException, ISerializable, _Exception
   
  Constructors
  
  
  
  
  DicomFileException(DicomFile, String)
  
  
  Declaration
  
    public DicomFileException(DicomFile file, string message)
   
  Parameters
  
  
  
  
  DicomFileException(DicomFile, String, Exception)
  
  
  Declaration
  
    public DicomFileException(DicomFile file, string message, Exception innerException)
   
  Parameters
  
  
  
  
  DicomFileException(DicomFile, String, Object[])
  
  
  Declaration
  
    public DicomFileException(DicomFile file, string format, params object[] args)
   
  Parameters
  
  Properties
  
  
  
  
  File
  
  
  Declaration
  
    public DicomFile File { get; }
   
  Property Value
  
  Implements