Class DicomImagingException
DicomImage operations related exceptions
Inherited Members
Namespace: Dicom.Imaging
Assembly: cs.temp.dll.dll
Syntax
public class DicomImagingException : DicomException, ISerializable, _Exception
Constructors
DicomImagingException(String)
Initialize new instance of DicomImagingException class
Declaration
public DicomImagingException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
DicomImagingException(String, Exception)
Initialize new instance of DicomImagingException class
Declaration
public DicomImagingException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error |
Exception | innerException | The exception that is the cause of the current exception |
DicomImagingException(String, Object[])
Initialize new instance of DicomImagingException class
Declaration
public DicomImagingException(string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
String | format | The format string the describes the error |
Object[] | args | The format string parameters |