Class SVGException
İsim alanı : Aspose.Html.Dom.Svg Görüntüleme: Aspose.HTML.dll (25.4.0)
Bu istisna, belirli bir SVG operasyonunun yapılamayacağı durumlarda ortaya çıkar.
[DOMObject]
[ComVisible(true)]
[DOMName("SVGException")]
public class SVGException : PlatformException, ISerializable
Inheritance
object ← Exception ← PlatformException ← SVGException
Implements
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
SÖZLEŞMESİ(Yürüyüş)
Aspose.Html.Dom.Svg.SVGException sınıfının yeni bir örneği başlatılır.
public SVGException(ushort code)
Parameters
code
ushort
hata kodu ile ilgili.
Fields
SVG_INVALID_VALUE_ERR
Bir işlem için geçersiz bir değer aktarıldığında veya bir atribüte atıfta bulunulduğunda yükseltilir.
[DOMName("SVG_INVALID_VALUE_ERR")]
public const ushort SVG_INVALID_VALUE_ERR = 1
alan değeri
SVG_MATRIX_NOT_INVERTABLE
Bir matrisin tersine dönüştürülmesi için bir denemesi yapıldığında yetiştirilir.
[DOMName("SVG_MATRIX_NOT_INVERTABLE")]
public const ushort SVG_MATRIX_NOT_INVERTABLE = 2
alan değeri
SVG_WRONG_TYPE_ERR
Yanlış türde bir nesne bir operasyon için geçildiğinde yetiştirilir.
[DOMName("SVG_WRONG_TYPE_ERR")]
public const ushort SVG_WRONG_TYPE_ERR = 0
alan değeri
Properties
Code
Talep edilen işlemin neden yapılamayacağını belirleyen bir kod. Bu üyenin değeri, SVGException kod grubundaki sabitlerden biri olacaktır.
[DOMName("code")]
public ushort Code { get; }