Table of Contents

Class DicomImagingException

Namespace
FellowOakDicom.Imaging
Assembly
fo-dicom.core.dll

DicomImage operations related exceptions

public class DicomImagingException : DicomException, ISerializable
Inheritance
DicomImagingException
Implements
Inherited Members
Extension Methods

Constructors

DicomImagingException(string)

Initialize new instance of DicomImagingException class

public DicomImagingException(string message)

Parameters

message string

The message that describes the error

DicomImagingException(string, Exception)

Initialize new instance of DicomImagingException class

public DicomImagingException(string message, Exception innerException)

Parameters

message string

The message that describes the error

innerException Exception

The exception that is the cause of the current exception