Class SvgException
- Namespace
- Svg
- Assembly
- Svg.dll
[Serializable]
public class SvgException : FormatException, ISerializable
- Inheritance
-
SvgException
- Implements
- Inherited Members
Constructors
SvgException()
public SvgException()
SvgException(string)
public SvgException(string message)
Parameters
message
string
SvgException(string, Exception)
public SvgException(string message, Exception inner)