This documentation is archived and is not being maintained.

TeamFoundationServiceException::RequestContext Property

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);
}

Show: