Edit

Share via


ErrorCode.ToString(Int32, String) Method

Definition

Retrieves a formatted string that represents the message string for the specified error code.

public static string ToString(int errorCode, string errorParams);
static member ToString : int * string -> string
Public Shared Function ToString (errorCode As Integer, errorParams As String) As String

Parameters

errorCode
Int32

The error code.

errorParams
String

An array of insertion strings.

Returns

The message text for the error.

Applies to