This documentation is archived and is not being maintained.
ILogger::LogException Method (String, Int32, Exception)
Visual Studio 2013
Logs an exception.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Parameters
- plugin
- Type: System::String
The plug-in that raised the exception.
- logLevel
- Type: System::Int32
The log level.
- e
- Type: System::Exception
The exception object to log.
- 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: