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
stringthe message
SvgProcessingException(string, Exception)
Creates a new SvgProcessingException instance.
public SvgProcessingException(string message, Exception cause)