Class PlatformException
Nazwa przestrzeń: Aspose.Html Zestaw: Aspose.HTML.dll (25.4.0)
Przedstawia podstawową klasę dla wszystkich wyjątków, które mogą wystąpić w trakcie wykonania wniosku.
[ComVisible(true)]
public class PlatformException : Exception, ISerializable
Inheritance
object ← Exception ← PlatformException
Derived
Implements
Dziedziczeni członkowie
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()
Inicjalizuje nową instancję klasy Aspose.Html.PlatformException.
public PlatformException()
PlatformException(strumień)
Inicjalizuje nową instancję klasy Aspose.Html.PlatformException z określoną wiadomością o błędzie.
public PlatformException(string message)
Parameters
message
string
Przesłanie opisujące błąd.
PlatformException(Szydło, wyjątek)
Inicjalizuje nową instancję klasy Aspose.Html.PlatformException z określoną wiadomością błędu i odniesieniem do wewnętrznego wyjątku, który jest przyczyną tego wyjątku.
public PlatformException(string message, Exception innerException)
Parameters
message
string
Wiadomość błędu, która wyjaśnia przyczynę wyjątku.
innerException
Exception
Wyjątek, który jest przyczyną bieżącego wyjątku, lub zero odniesienia, jeśli nie jest określone żadnego wewnętrznego wyjątku.