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; }