TeamFoundationServerUnauthorizedException Constructor (Exception)
Initializes an exception with the message from the inner exception and an inner exception that caused this exception to be raised.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
innerException As Exception _
)
public TeamFoundationServerUnauthorizedException(
Exception innerException
)
public:
TeamFoundationServerUnauthorizedException(
Exception^ innerException
)
new :
innerException:Exception -> TeamFoundationServerUnauthorizedException
public function TeamFoundationServerUnauthorizedException(
innerException : Exception
)
Parameters
- innerException
Type: System.Exception
.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