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
stringThe message.
SvgImageException(string, Exception)
Initializes a new instance of the SvgImageException class.
public SvgImageException(string message, Exception innerException)