TeamFoundationTrace.Exit Method (TraceType, String)
Complete a nested trace block created by Enter.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Exit ( _
traceCategory As TraceType, _
info As String _
)
public static void Exit(
TraceType traceCategory,
string info
)
public:
static void Exit(
TraceType traceCategory,
String^ info
)
static member Exit :
traceCategory:TraceType *
info:string -> unit
public static function Exit(
traceCategory : TraceType,
info : String
)
Parameters
- traceCategory
Type: Microsoft.TeamFoundation.TraceType
The trace category of the message.
- info
Type: System.String
The message to write.
.NET Framework Security
- 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.