Table of Contents

Class SvgIDExistsException

Namespace
Svg
Assembly
Svg.dll
[Serializable]
public class SvgIDExistsException : SvgIDException, ISerializable
Inheritance
SvgIDExistsException
Implements
Inherited Members

Constructors

SvgIDExistsException()

public SvgIDExistsException()

SvgIDExistsException(string)

public SvgIDExistsException(string message)

Parameters

message string

SvgIDExistsException(string, Exception)

public SvgIDExistsException(string message, Exception inner)

Parameters

message string
inner Exception