Class FrameworkException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
成像框架异常。此类是所有 Aspose.Imaging 异常的核心类。
引入此类是为了区分由 Aspose.Imaging 引擎抛出的异常和所有其他异常类型。
public class FrameworkException : Exception, ISerializable
继承
object ← Exception ← FrameworkException
派生
CompressorException, OperationInterruptedException, StreamReadException, XmpException
实现
继承成员
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()
构造函数
FrameworkException(string)
初始化 Aspose.Imaging.CoreExceptions.FrameworkException 类的新实例。
public FrameworkException(string message)
参数
message
string
消息。
FrameworkException(string, Exception)
初始化 Aspose.Imaging.CoreExceptions.FrameworkException 类的新实例。
public FrameworkException(string message, Exception innerException)
参数
message
string
消息。
innerException
Exception
内部异常。