This documentation is archived and is not being maintained.
TeamFoundationServerUnauthorizedException Constructor (String, Exception, HttpWebResponse, TeamFoundationAuthenticationError)
Visual Studio 2013
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
public:
TeamFoundationServerUnauthorizedException(
String^ message,
Exception^ innerException,
HttpWebResponse^ webResponse,
TeamFoundationAuthenticationError error
)
Parameters
- message
- Type: System::String
- innerException
- Type: System::Exception
- webResponse
- Type: System.Net::HttpWebResponse
- 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.
Show: