SvgImageException

SvgImageException constructor (1 of 2)

Initializes a new instance of the SvgImageException class.

public SvgImageException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


SvgImageException constructor (2 of 2)

Initializes a new instance of the SvgImageException class.

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

See Also