Constructor ImageCreateException
- Namespace
- Aspose.CAD.CadExceptions
- Assembly
- Aspose.CAD.dll
ImageCreateException(string)
Initializes a new instance of the ImageCreateException class.
public ImageCreateException(string message)
Parameters
message
stringThe exception message.
ImageCreateException(string, Exception)
Initializes a new instance of the ImageCreateException class.
public ImageCreateException(string message, Exception innerException)