Table of Contents

Class SvgImageException

Namespace
Aspose.Imaging.CoreExceptions.ImageFormats
Assembly
Aspose.Imaging.dll

The SVG image exception class.

public class SvgImageException : Exception, ISerializable
Inheritance
SvgImageException
Implements
Inherited Members

Constructors

SvgImageException(string)

Initializes a new instance of the SvgImageException class.

public SvgImageException(string message)

Parameters

message string

The message.

SvgImageException(string, Exception)

Initializes a new instance of the SvgImageException class.

public SvgImageException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.