Freigeben über


VssServiceResponseException-Konstruktor

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Sub New ( _
    code As HttpStatusCode, _
    message As String, _
    innerException As Exception _
)
public VssServiceResponseException(
    HttpStatusCode code,
    string message,
    Exception innerException
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

VssServiceResponseException Klasse

Microsoft.VisualStudio.Services.WebApi-Namespace