VssRequestContentTypeNotSupportedException 构造函数

命名空间:  Microsoft.VisualStudio.Services.WebApi
程序集:  Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)

语法

声明
Public Sub New ( _
    contentType As String, _
    httpMethod As String, _
    validContentTypes As IEnumerable(Of String) _
)
public VssRequestContentTypeNotSupportedException(
    string contentType,
    string httpMethod,
    IEnumerable<string> validContentTypes
)

参数

.NET Framework 安全性

请参阅

参考

VssRequestContentTypeNotSupportedException 类

Microsoft.VisualStudio.Services.WebApi 命名空间