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 ( _
    info As String _
)
public static void Exit(
    string info
)
public:
static void Exit(
    String^ info
)
static member Exit : 
        info:string -> unit
public static function Exit(
    info : String
)
Parameters
- info 
 Type: System.String- The message to write. 
Remarks
Uses the General category and Error level.
.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.