ITracer::TraceError Method (String^)

Visual Studio 2015
 

Traces an Error event with the specified message.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

void TraceError(
	String^ message
)

Parameters

message
Type: System::String^

The message.

Return to top
Show: