Class PlatformException

Class PlatformException

İsim alanı : Aspose.Html Görüntüleme: Aspose.HTML.dll (25.4.0)

Başvuru sırasında meydana gelebilecek tüm istisnalar için temel sınıfı temsil eder.

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

Inheritance

object Exception PlatformException

Derived

DOMException , SVGException

Implements

ISerializable

mirasçı üyeleri

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 sınıfının yeni bir örneği başlatılır.

public PlatformException()

PlatformException(Sırt)

Aspose.Html.PlatformException sınıfının yeni bir örneğini belirlenmiş bir hata mesajı ile başlatır.

public PlatformException(string message)

Parameters

message string

Hatayı anlatan mesaj.

PlatformException(Çerçeve, istisna)

Aspose.Html.PlatformException sınıfının yeni bir örneğini belirlenmiş bir hata mesajı ve bu istisna neden olan iç istisna için bir referans ile başlatır.

public PlatformException(string message, Exception innerException)

Parameters

message string

Bir hata mesajı, istisnanın nedenini açıklıyor.

innerException Exception

Mevcut istisnanın nedeni olan istisna veya hiçbir iç istisna belirtilmediği takdirde sıfır bir referans.

 Türkçe