Table of Contents

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 SerializationInfo
context StreamingContext

SvgIDException(string)

public SvgIDException(string message)

Parameters

message string

SvgIDException(string, Exception)

public SvgIDException(string message, Exception inner)

Parameters

message string
inner Exception