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
- 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.