Class DicomException
Base type for all DICOM library exceptions.
Inheritance
DicomException
Namespace: Dicom
Assembly: cs.temp.dll.dll
Syntax
public abstract class DicomException : Exception, ISerializable, _Exception
Constructors
DicomException(String)
Declaration
protected DicomException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
DicomException(String, Exception)
Declaration
protected DicomException(string message, Exception innerException)
Parameters
DicomException(String, Object[])
Declaration
protected DicomException(string format, params object[] args)
Parameters
Fields
OnException
Declaration
public static EventHandler<DicomExceptionEventArgs> OnException
Field Value
Implements