Table of Contents

Constructor ImageLoadException

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

ImageLoadException(string)

Initializes a new instance of the ImageLoadException class.

public ImageLoadException(string message)

Parameters

message string

The exception message.

ImageLoadException(string, Exception)

Initializes a new instance of the ImageLoadException class.

public ImageLoadException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.