Tracer::TraceError Method (String^, array<Object^>^)

Visual Studio 2015
 

Traces an error event.

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

public:
virtual void TraceError(
	String^ message,
	... array<Object^>^ args
) sealed

Parameters

message
Type: System::String^

The message.

args
Type: array<System::Object^>^

The set of arguments.

Return to top
Show: