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