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
- message
Type: System.String
- innerException
Type: System.Exception
- webResponse
Type: System.Net.HttpWebResponse
.NET Framework Security
- 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.
See Also
Reference
TeamFoundationServerUnauthorizedException Class