ErrorCode.ToString(Int32, 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.
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 -> stringPublic Shared Function ToString (errorCode As Integer, errorParams As String) As StringParameters
- errorCode
- Int32
The error code.
- errorParams
- String
An array of insertion strings.
Returns
The message text for the error.