Share via


TeamFoundationServerUnauthorizedException Constructor (String, Exception, HttpWebResponse, TeamFoundationAuthenticationError)

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception, _
    webResponse As HttpWebResponse, _
    error As TeamFoundationAuthenticationError _
)
public TeamFoundationServerUnauthorizedException(
    string message,
    Exception innerException,
    HttpWebResponse webResponse,
    TeamFoundationAuthenticationError error
)
public:
TeamFoundationServerUnauthorizedException(
    String^ message, 
    Exception^ innerException, 
    HttpWebResponse^ webResponse, 
    TeamFoundationAuthenticationError error
)
new : 
        message:string * 
        innerException:Exception * 
        webResponse:HttpWebResponse * 
        error:TeamFoundationAuthenticationError -> TeamFoundationServerUnauthorizedException
public function TeamFoundationServerUnauthorizedException(
    message : String, 
    innerException : Exception, 
    webResponse : HttpWebResponse, 
    error : TeamFoundationAuthenticationError
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationServerUnauthorizedException Class

TeamFoundationServerUnauthorizedException Overload

Microsoft.TeamFoundation Namespace