Class SvgImageException

Class SvgImageException

Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)

SVG 图像异常类。

public class SvgImageException : Exception, ISerializable

继承

objectExceptionSvgImageException

实现

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()

构造函数

SvgImageException(string)

初始化 Aspose.Imaging.CoreExceptions.ImageFormats.SvgImageException 类的新实例。

public SvgImageException(string message)

参数

message string

消息。

SvgImageException(string, Exception)

初始化 Aspose.Imaging.CoreExceptions.ImageFormats.SvgImageException 类的新实例。

public SvgImageException(string message, Exception innerException)

参数

message string

消息。

innerException Exception

内部异常。

 中文