Table of Contents

Class SvgIDWrongFormatException

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

Constructors

SvgIDWrongFormatException()

public SvgIDWrongFormatException()

SvgIDWrongFormatException(SerializationInfo, StreamingContext)

protected SvgIDWrongFormatException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

SvgIDWrongFormatException(string)

public SvgIDWrongFormatException(string message)

Parameters

message string

SvgIDWrongFormatException(string, Exception)

public SvgIDWrongFormatException(string message, Exception inner)

Parameters

message string
inner Exception