Table of Contents

Class SvgGdiPlusCannotBeLoadedException

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

Constructors

SvgGdiPlusCannotBeLoadedException()

public SvgGdiPlusCannotBeLoadedException()

SvgGdiPlusCannotBeLoadedException(Exception)

public SvgGdiPlusCannotBeLoadedException(Exception inner)

Parameters

inner Exception

SvgGdiPlusCannotBeLoadedException(SerializationInfo, StreamingContext)

protected SvgGdiPlusCannotBeLoadedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

SvgGdiPlusCannotBeLoadedException(string)

public SvgGdiPlusCannotBeLoadedException(string message)

Parameters

message string

SvgGdiPlusCannotBeLoadedException(string, Exception)

public SvgGdiPlusCannotBeLoadedException(string message, Exception inner)

Parameters

message string
inner Exception