Edit

Share via


ErrorCode.MakeErrorParams(String[]) Method

Definition

Creates the message text for the error using the specified insertion strings.

public static string MakeErrorParams(params string[] arguments);
static member MakeErrorParams : string[] -> string
Public Shared Function MakeErrorParams (ParamArray arguments As String()) As String

Parameters

arguments
String[]

An array of insertion strings.

Returns

The message text for the error.

Applies to