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
stringThe message that describes the error
DicomImagingException(string, Exception)
Initialize new instance of DicomImagingException class
public DicomImagingException(string message, Exception innerException)