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