Class RleCompressorException

Class RleCompressorException

名称: Aspose.Imaging.CoreExceptions.Compressors 收藏: Aspose.Imaging.dll (25.4.0)

压缩机例外。

public class RleCompressorException : CompressorException, ISerializable

Inheritance

object Exception FrameworkException CompressorException RleCompressorException

Implements

ISerializable

继承人

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(线条)

启动了 Aspose.Imaging.CoreExceptions.Compressors.RleCompressorException 类的新例子。

public RleCompressorException(string message)

Parameters

message string

例外消息。

RleCompressorException(,例外)

启动了 Aspose.Imaging.CoreExceptions.Compressors.RleCompressorException 类的新例子。

public RleCompressorException(string message, Exception innerException)

Parameters

message string

例外消息。

innerException Exception

内部的例外。

 中文