Class EvalException
Class EvalException
Namespace: Aspose.Imaging.Evalute
Assembly: Aspose.Imaging.dll (25.2.0)
評価エラー用のカスタム例外
public class EvalException : Exception, ISerializable
継承
object ← Exception ← EvalException
実装
継承されたメンバー
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()
プロパティ
Message
この例外に関連付けられたメッセージを取得します
public override string Message { get; }