Table of Contents

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

SvgException(string)

public SvgException(string message)

Parameters

message string

SvgException(string, Exception)

public SvgException(string message, Exception inner)

Parameters

message string
inner Exception