StringFormattingExtensions.FormatErrorForUser(String, String, Int32) Method

Definition

Format string to be displayed as an error.

public static string FormatErrorForUser (this string message, string activityId, int errorCode);
static member FormatErrorForUser : string * string * int -> string
<Extension()>
Public Function FormatErrorForUser (message As String, activityId As String, errorCode As Integer) As String

Parameters

message
String

The message.

activityId
String

The activity Id.

errorCode
Int32

The error code.

Returns

A copy of format in which the format item or items have been replaced by the string representation of arg0.

Applies to