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)
Syntax
'Declaration
Public Property RequestContext As TeamFoundationRequestContext
public TeamFoundationRequestContext RequestContext { get; set; }
public:
property TeamFoundationRequestContext^ RequestContext {
TeamFoundationRequestContext^ get ();
void set (TeamFoundationRequestContext^ value);
}
member RequestContext : TeamFoundationRequestContext with get, set
function get RequestContext () : TeamFoundationRequestContext
function set RequestContext (value : TeamFoundationRequestContext)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Returns TeamFoundationRequestContext.
.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.