TeamFoundationTrace.TraceException Method
Include Protected Members
Include Inherited Members
Write an exception 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 | |
---|---|---|
TraceException(Exception) | Write an exception to the trace output. | |
TraceException(TraceType, Exception) | Write an exception to the trace output with the specified category. | |
TraceException(String, String, Exception) | Write an exception to the trace output with the specified category. |
Top