Class LzwCompressorException

Class LzwCompressorException

Namespace: Aspose.Imaging.CoreExceptions.Compressors
Assembly: Aspose.Imaging.dll (25.2.0)

The lzw compressor exception.

public class LzwCompressorException : CompressorException, ISerializable

Inheritance

objectExceptionFrameworkExceptionCompressorExceptionLzwCompressorException

Implements

ISerializable

Inherited Members

Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

LzwCompressorException(string)

Initializes a new instance of the Aspose.Imaging.CoreExceptions.Compressors.LzwCompressorException class.

public LzwCompressorException(string message)

Parameters

message string

The exception message.

LzwCompressorException(string, Exception)

Initializes a new instance of the Aspose.Imaging.CoreExceptions.Compressors.LzwCompressorException class.

public LzwCompressorException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.