SyncTracer::Error Method (String, array<Object>)

Generates an error trace when the format and args parameters are specified.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
static void Error(
	String^ format, 
	... array<Object^>^ args
)

Parameters

format
Type: System::String
A string that contains zero or more indexed placeholders that correspond to objects in the args list of this method.
args
Type: array<System::Object>
An Object array that contains zero or more objects to format.
Show: