StringFormattingExtensions.FormatErrorForUser(String, String, Int32) 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.
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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET