Class SVGException

Class SVGException

Der Name: Aspose.Html.Dom.Svg Sammlung: Aspose.HTML.dll (25.4.0)

Diese Ausnahme wird erhöht, wenn eine spezifische SVG-Operation unmöglich ist.

[DOMObject]
[ComVisible(true)]
[DOMName("SVGException")]
public class SVGException : PlatformException, ISerializable

Inheritance

object Exception PlatformException SVGException

Implements

ISerializable

Vererbte Mitglieder

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

SVG Ausnahme(Gewissheit)

Initialisiert eine neue Instanz der Aspose.Html.Dom.Svg.SVGException Klasse.

public SVGException(ushort code)

Parameters

code ushort

Der Fehlercode.

Fields

SVG_INVALID_VALUE_ERR

Erhöht, wenn eine ungültige Wert an eine Operation übertragen wird oder einem Attribute zugeordnet wird.

[DOMName("SVG_INVALID_VALUE_ERR")]
public const ushort SVG_INVALID_VALUE_ERR = 1

Feldwert

ushort

SVG_MATRIX_NOT_INVERTABLE

Erwachsen, wenn versucht wird, eine Matrix zu invertieren, die nicht invertiert ist.

[DOMName("SVG_MATRIX_NOT_INVERTABLE")]
public const ushort SVG_MATRIX_NOT_INVERTABLE = 2

Feldwert

ushort

SVG_WRONG_TYPE_ERR

Erwachsen, wenn ein Objekt des falschen Typs zu einer Operation übertragen wird.

[DOMName("SVG_WRONG_TYPE_ERR")]
public const ushort SVG_WRONG_TYPE_ERR = 0

Feldwert

ushort

Properties

Code

Ein Code, der die Ursache identifiziert, warum die angeforderte Operation nicht durchgeführt werden konnte. Der Wert dieses Mitglieds wird einer der Konstanten in der SVGException Code-Gruppe sein.

[DOMName("code")]
public ushort Code { get; }

Eigentumswert

ushort

Sehen Sie auch

Exception

 Deutsch