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(SerializationInfo, StreamingContext)

protected SvgMemoryException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

SvgMemoryException(string)

public SvgMemoryException(string message)

Parameters

message string

SvgMemoryException(string, Exception)

public SvgMemoryException(string message, Exception inner)

Parameters

message string
inner Exception