Table of Contents

Constructor RleCompressorException

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

RleCompressorException(string)

Initializes a new instance of the RleCompressorException class.

public RleCompressorException(string message)

Parameters

message string

The exception message.

RleCompressorException(string, Exception)

Initializes a new instance of the RleCompressorException class.

public RleCompressorException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.