HttpComponentResponseException Constructor

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    httpStatusCode As HttpStatusCode, _
    message As String _
)
public HttpComponentResponseException(
    HttpStatusCode httpStatusCode,
    string message
)
public:
HttpComponentResponseException(
    HttpStatusCode httpStatusCode, 
    String^ message
)
new : 
        httpStatusCode:HttpStatusCode * 
        message:string -> HttpComponentResponseException
public function HttpComponentResponseException(
    httpStatusCode : HttpStatusCode, 
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

HttpComponentResponseException Class

Microsoft.TeamFoundation.Framework.Server Namespace