This documentation is archived and is not being maintained.
TeamFoundationTrace::TraceException Method (array<String>, String, Exception)
Visual Studio 2013
Write an exception to the trace output
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
public: static void TraceException( array<String^>^ keywords, String^ method, Exception^ exception )
Parameters
- keywords
- Type: array<System::String>
One or more keywords
- method
- Type: System::String
An application defined method (may be null)
- exception
- Type: System::Exception
The exception that should be traced
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: