Table of Contents

Class SvgMemoryException

Namespace
Svg.Exceptions
Assembly
Svg.dll
[Serializable]
public class SvgMemoryException : Exception, ISerializable
Inheritance
SvgMemoryException
Implements
Inherited Members

Constructors

SvgMemoryException()

public SvgMemoryException()

SvgMemoryException(string)

public SvgMemoryException(string message)

Parameters

message string

SvgMemoryException(string, Exception)

public SvgMemoryException(string message, Exception inner)

Parameters

message string
inner Exception