Class BadDicomFileException

Class BadDicomFileException

Namespace: Aspose.Medical.Dicom.Errors
Assembly: Aspose.Medical.dll (25.11.0)

Indicates that a DICOM file has incorrect structure or not a valid DICOM file at all.

public sealed class BadDicomFileException : MedicalApiException, ISerializable

Inheritance

object Exception MedicalApiException BadDicomFileException

Implements

ISerializable

Inherited Members

Exception.GetBaseException() , Exception.ToString() , Exception.GetType() , Exception.TargetSite , Exception.Message , Exception.Data , Exception.InnerException , Exception.HelpLink , Exception.Source , Exception.HResult , Exception.StackTrace , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

BadDicomFileException()

public BadDicomFileException()

BadDicomFileException(string?)

public BadDicomFileException(string? message)

Parameters

message string ?

BadDicomFileException(string?, Exception?)

public BadDicomFileException(string? message, Exception? innerException)

Parameters

message string ?

innerException Exception ?