Class PlatformException

Class PlatformException

اسم الفضاء : Aspose.Svg جمع: Aspose.SVG.dll (25.5.0)

يمثل الفئة الأساسية لجميع الاستثناءات التي قد تحدث أثناء تنفيذ الطلب.

[ComVisible(true)]
public class PlatformException : Exception, ISerializable

Inheritance

object Exception PlatformException

Derived

DOMException , SVGException

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

PlatformException()

يبدأ حالة جديدة من فئة Aspose.Svg.PlatformException.

public PlatformException()

PlatformException(الستار)

يبدأ حالة جديدة من فئة Aspose.Svg.PlatformException مع رسالة خطأ محددة.

public PlatformException(string message)

Parameters

message string

الرسالة التي تصف الخطأ.

PlatformException(الستار، استثناء)

يبدأ مثال جديد من فئة Aspose.Svg.PlatformException مع رسالة خطأ محددة وإشارة إلى الاستثناء الداخلي الذي هو السبب في هذا الاستعفاء.

public PlatformException(string message, Exception innerException)

Parameters

message string

رسالة الخطأ التي تشرح سبب الاستثناء.

innerException Exception

الاستثناء الذي هو السبب في الاستثناء الحالي، أو إشارة صفر إذا لم يتم تحديد أي استثناء داخلي.

 عربي