Class PlatformException

Class PlatformException

نام ها : Aspose.Html جمع آوری: Aspose.HTML.dll (25.4.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.Html.PlatformException آغاز می شود.

public PlatformException()

PlatformException(String)

شروع یک مثال جدید از کلاس 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

استثنا که علت استثنا فعلی است، یا صفر مرجع اگر هیچ استثنا داخلی مشخص نشده است.

 فارسی