Trace.TraceError Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: