Table of Contents

Constructor ImageException

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

ImageException(string)

Initializes a new instance of the ImageException class.

public ImageException(string message)

Parameters

message string

The exception message.

ImageException(string, Exception)

Initializes a new instance of the ImageException class.

public ImageException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.