Constructor SvgErrorArgs
- Namespace
- SharpVectors.Runtime
- Assembly
- SharpVectors.Runtime.Wpf.dll
SvgErrorArgs(string)
public SvgErrorArgs(string message)
Parameters
message
string
SvgErrorArgs(Exception)
public SvgErrorArgs(Exception exception)
Parameters
exception
Exception
SvgErrorArgs(string, Exception)
public SvgErrorArgs(string message, Exception exception)