Class CompressorException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
圧縮機例外。
public class CompressorException : FrameworkException, ISerializable
継承
object ← Exception ← FrameworkException ← CompressorException
派生
DeflateCompressorException, LzwCompressorException, 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()
コンストラクタ
CompressorException(string)
Aspose.Imaging.CoreExceptions.CompressorException クラスの新しいインスタンスを初期化します。
public CompressorException(string message)
パラメーター
message
string
例外メッセージ。
CompressorException(string, Exception)
Aspose.Imaging.CoreExceptions.CompressorException クラスの新しいインスタンスを初期化します。
public CompressorException(string message, Exception innerException)
パラメーター
message
string
例外メッセージ。
innerException
Exception
内部例外。