Diagnostic.GetMessage(IFormatProvider) Method

Definition

Get the culture specific text of the message.

public abstract string GetMessage (IFormatProvider formatProvider = default);
public abstract string GetMessage (IFormatProvider? formatProvider = default);
abstract member GetMessage : IFormatProvider -> string
Public MustOverride Function GetMessage (Optional formatProvider As IFormatProvider = Nothing) As String

Parameters

formatProvider
IFormatProvider

Returns

Applies to