Compartir a través de


StringFormattingExtensions.FormatErrorForUser(String, String, Int32) Método

Definición

Cadena de formato que se mostrará como un 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

Parámetros

message
String

Mensaje.

activityId
String

Identificador de actividad.

errorCode
Int32

Código de error.

Devoluciones

Copia del formato en el que el elemento o los elementos de formato se han reemplazado por la representación de cadena de arg0.

Se aplica a