DicomImageException.DicomImageException
DicomImageException(string)
Initializes a new instance of the DicomImageException
class.
public DicomImageException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The message. |
See Also
- class DicomImageException
- namespace Aspose.Imaging.CoreExceptions.ImageFormats
- assembly Aspose.Imaging
DicomImageException(string, Exception)
Initializes a new instance of the DicomImageException
class.
public DicomImageException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | The message. |
innerException | Exception | The inner exception. |
See Also
- class DicomImageException
- namespace Aspose.Imaging.CoreExceptions.ImageFormats
- assembly Aspose.Imaging