Logger.FormatErrorEvent(BuildErrorEventArgs) 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.
Generates a message in the default format from a BuildErrorEventArgs object.
public:
virtual System::String ^ FormatErrorEvent(Microsoft::Build::Framework::BuildErrorEventArgs ^ args);
public virtual string FormatErrorEvent (Microsoft.Build.Framework.BuildErrorEventArgs args);
abstract member FormatErrorEvent : Microsoft.Build.Framework.BuildErrorEventArgs -> string
override this.FormatErrorEvent : Microsoft.Build.Framework.BuildErrorEventArgs -> string
Public Overridable Function FormatErrorEvent (args As BuildErrorEventArgs) As String
Parameters
- args
- BuildErrorEventArgs
Error event arguments
Returns
Error message in canonical format