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
SvgExceptionTypemessage
string
SvgException(SvgExceptionType, string, Exception)
public SvgException(SvgExceptionType errorCode, string message, Exception innerException)
Parameters
errorCode
SvgExceptionTypemessage
stringinnerException
Exception
SvgException(SerializationInfo, StreamingContext)
protected SvgException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext