GitApiController.s_httpExceptions Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Shared s_httpExceptions As Dictionary(Of Type, HttpStatusCode)
public static Dictionary<Type, HttpStatusCode> s_httpExceptions
public:
static Dictionary<Type^, HttpStatusCode>^ s_httpExceptions
static val mutable s_httpExceptions: Dictionary<Type, HttpStatusCode>
public static var s_httpExceptions : Dictionary<Type, HttpStatusCode>

.NET Framework Security

See Also

Reference

GitApiController Class

Microsoft.TeamFoundation.Git.Server Namespace