This documentation is archived and is not being maintained.
TeamFoundationServiceException::RequestContext Property
Visual Studio 2013
The RequestContext associated with this exception. This may be null.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
public: property TeamFoundationRequestContext^ RequestContext { TeamFoundationRequestContext^ get (); void set (TeamFoundationRequestContext^ value); }
Property Value
Type: Microsoft.TeamFoundation.Framework.Server::TeamFoundationRequestContextReturns TeamFoundationRequestContext.
- 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: