Table of Contents

Class DicomImageException

Namespace
Aspose.Imaging.CoreExceptions.ImageFormats
Assembly
Aspose.Imaging.dll

The Dicom image exception.

public class DicomImageException : Exception, ISerializable
Inheritance
DicomImageException
Implements
Inherited Members

Constructors

DicomImageException(string)

Initializes a new instance of the DicomImageException class.

public DicomImageException(string message)

Parameters

message string

The message.

DicomImageException(string, Exception)

Initializes a new instance of the DicomImageException class.

public DicomImageException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.