Trace.TraceError Method

Definition

Writes error information to the trace listeners in the Listeners collection.

Overloads

Name Description
TraceError(String)

Writes an error message to the trace listeners in the Listeners collection using the specified message.

TraceError(String, Object[])

Writes an error message to the trace listeners in the Listeners collection using the specified array of objects and formatting information.

TraceError(String)

Source:
Trace.cs
Source: