Table of Contents

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 string

The exception message.

ImageCreateException(string, Exception)

Initializes a new instance of the ImageCreateException class.

public ImageCreateException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.