Table of Contents

Constructor ImageSaveException

Namespace
Aspose.CAD.CadExceptions
Assembly
Aspose.CAD.dll

ImageSaveException(string)

Initializes a new instance of the ImageSaveException class.

public ImageSaveException(string message)

Parameters

message string

The exception message.

ImageSaveException(string, Exception)

Initializes a new instance of the ImageSaveException class.

public ImageSaveException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.