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