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