SyncTracer::Error Method (Int32, String)

Generates an error trace when the indentLevel and message parameters are specified.

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

public:
static void Error(
	int indentLevel, 
	String^ message
)

Parameters

indentLevel
Type: System::Int32
An integer that represents the number of spaces to indent a message. A value of 1 equals three spaces.
message
Type: System::String
The message to output in the trace.
Show: