ErrorCode.MakeErrorParams(String[]) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the message text for the error using the specified insertion strings.
public static string MakeErrorParams(params string[] arguments);static member MakeErrorParams : string[] -> stringPublic Shared Function MakeErrorParams (ParamArray arguments As String()) As StringParameters
- arguments
- String[]
An array of insertion strings.
Returns
The message text for the error.