SvgImageException.SvgImageException

SvgImageException(string)

Initializes a new instance of the SvgImageException class.

public SvgImageException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


SvgImageException(string, Exception)

Initializes a new instance of the SvgImageException class.

public SvgImageException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe message.
innerExceptionExceptionThe inner exception.

See Also