Class RleCompressorException
Namespace: Aspose.Imaging.CoreExceptions.Compressors
Assembly: Aspose.Imaging.dll (25.2.0)
RLEコンプレッサー例外。
public class RleCompressorException : CompressorException, ISerializable
継承
object ← Exception ← FrameworkException ← CompressorException ← RleCompressorException
実装
継承メンバー
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()
コンストラクター
RleCompressorException(string)
Aspose.Imaging.CoreExceptions.Compressors.RleCompressorExceptionクラスの新しいインスタンスを初期化します。
public RleCompressorException(string message)
パラメーター
message
string
例外メッセージ。
RleCompressorException(string, Exception)
Aspose.Imaging.CoreExceptions.Compressors.RleCompressorExceptionクラスの新しいインスタンスを初期化します。
public RleCompressorException(string message, Exception innerException)
パラメーター
message
string
例外メッセージ。
innerException
Exception
内部例外。