Class FrameworkException
名称: Aspose.Imaging.CoreExceptions 收藏: Aspose.Imaging.dll (25.4.0)
图像框例外. 此类是所有 Aspose.Imaging 例外的核心类。引入歧视的例外被扔在 Aspose.Imaging 发动机和所有其他例外类型。
public class FrameworkException : Exception, ISerializable
Inheritance
object ← Exception ← FrameworkException
Derived
CompressorException , OperationInterruptedException , StreamReadException , XmpException
Implements
继承人
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()
Constructors
FrameworkException(线条)
启动 Aspose.Imaging.CoreExceptions.FrameworkException 类的新例子。
public FrameworkException(string message)
Parameters
message
string
这个消息。
FrameworkException(,例外)
启动 Aspose.Imaging.CoreExceptions.FrameworkException 类的新例子。
public FrameworkException(string message, Exception innerException)
Parameters
message
string
这个消息。
innerException
Exception
内部的例外。