Table of Contents

Class SvgProcessingException

Namespace
iText.Svg.Exceptions
Assembly
itext.svg.dll

Exception thrown by ISvgProcessor when it cannot process an SVG

public class SvgProcessingException : PdfException
Inheritance
SvgProcessingException
Inherited Members

Constructors

SvgProcessingException(string)

Creates a new SvgProcessingException instance.

public SvgProcessingException(string message)

Parameters

message string

the message

SvgProcessingException(string, Exception)

Creates a new SvgProcessingException instance.

public SvgProcessingException(string message, Exception cause)

Parameters

message string

the message

cause Exception

the nested exception