Table of Contents

Class DicomFileException

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll
public class DicomFileException : DicomDataException, ISerializable
Inheritance
DicomFileException
Implements
Inherited Members
Extension Methods

Constructors

DicomFileException(DicomFile, string)

public DicomFileException(DicomFile file, string message)

Parameters

file DicomFile
message string

DicomFileException(DicomFile, string, Exception)

public DicomFileException(DicomFile file, string message, Exception innerException)

Parameters

file DicomFile
message string
innerException Exception

Properties

File

public DicomFile File { get; }

Property Value

DicomFile