Class RleCompressorException

Class RleCompressorException

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

The rle compressor exception.

public class RleCompressorException : CompressorException, ISerializable

Inheritance

object Exception FrameworkException CompressorException RleCompressorException

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

RleCompressorException(string)

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

public RleCompressorException(string message)

Parameters

message string

The exception message.

RleCompressorException(string, Exception)

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

public RleCompressorException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.

 English