Table of Contents

Method CreateErrorMessage

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

CreateErrorMessage(string, object[])

Returns a localized error message.

protected virtual string CreateErrorMessage(string key, object[] args)

Parameters

key string

The message key in the resource bundle.

args object[]

The message arguments.

Returns

string