Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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