Table of Contents

Constructor CompressorException

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

CompressorException(string)

Initializes a new instance of the CompressorException class.

public CompressorException(string message)

Parameters

message string

The exception message.

CompressorException(string, Exception)

Initializes a new instance of the CompressorException class.

public CompressorException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.