Table of Contents

Constructor SvgException

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

SvgException(SvgExceptionType)

public SvgException(SvgExceptionType errorCode)

Parameters

errorCode SvgExceptionType

SvgException(SvgExceptionType, string)

public SvgException(SvgExceptionType errorCode, string message)

Parameters

errorCode SvgExceptionType
message string

SvgException(SvgExceptionType, string, Exception)

public SvgException(SvgExceptionType errorCode, string message, Exception innerException)

Parameters

errorCode SvgExceptionType
message string
innerException Exception

SvgException(SerializationInfo, StreamingContext)

protected SvgException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext