ErrorTrackingOutputter.Format(String, String) Method

Definition

protected:
 System::String ^ Format(System::String ^ code, System::String ^ message);
protected:
 Platform::String ^ Format(Platform::String ^ code, Platform::String ^ message);
std::wstring Format(std::wstring const & code, std::wstring const & message);
protected string Format (string code, string message);
member this.Format : string * string -> string
Protected Function Format (code As String, message As String) As String

Parameters

code
String
message
String

Returns

Applies to