Class PlatformException
اسم الفضاء : Aspose.Html مجموعة: Aspose.HTML.dll (25.5.0)
يمثل الفئة الأساسية لجميع الاستثناءات التي قد تحدث أثناء تنفيذ الطلب.
[ComVisible(true)]
public class PlatformException : Exception, ISerializableInheritance
object ← Exception ← PlatformException
Derived
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
PlatformException()
يبدأ مثالًا جديدًا من فئة Aspose.Html.PlatformException.
public PlatformException()PlatformException(الستار)
يبدأ مثالًا جديدًا من فئة Aspose.Html.PlatformException مع رسالة خطأ محددة.
public PlatformException(string message)Parameters
message string
الرسالة التي تصف الخطأ.
PlatformException(الستار، استثناء)
يبدأ مثالًا جديدًا من فئة Aspose.Html.PlatformException مع رسالة خطأ محددة وإشارة إلى الاستثناء الداخلي الذي هو سبب هذا الاستثناء.
public PlatformException(string message, Exception innerException)Parameters
message string
رسالة الخطأ التي تشرح سبب الاستثناء.
innerException Exception
الاستثناء الذي هو السبب في الاستثناء الحالي، أو إشارة صفر إذا لم يتم تحديد أي استثناء داخلي.