TeamFoundationTrace.Error Method
Include Protected Members
Include Inherited Members
Writes an error to the trace output.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Error(String) | Write a message to the trace output. | |
Error(String, Exception) | Write an exception to the trace output. | |
Error(String, array<Object[]) | Writes a message to the trace output. | |
Error(TraceType, String) | Trace an error if the error level is set for the specified category. | |
Error(TraceType, String, array<Object[]) | Write a message to the trace output using the specified category. | |
Error(TraceType, String, String, Exception) | Write an exception, functional category and method to the trace output. |
Top