Table of Contents

Class DicomException

Namespace
FellowOakDicom
Assembly
fo-dicom.core.dll

Base type for all DICOM library exceptions.

public abstract class DicomException : Exception, ISerializable
Inheritance
DicomException
Implements
Derived
Inherited Members
Extension Methods

Constructors

DicomException(string)

protected DicomException(string message)

Parameters

message string

DicomException(string, Exception)

protected DicomException(string message, Exception innerException)

Parameters

message string
innerException Exception

Fields

OnException

public static EventHandler<DicomExceptionEventArgs> OnException

Field Value

EventHandler<DicomExceptionEventArgs>