Class FrameworkException

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

ISerializable

الأعضاء الموروثين

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

الاستثناء الداخلي

 عربي