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

.NET Framework Security

See Also

Reference

TeamFoundationServerUnauthorizedException Class

TeamFoundationServerUnauthorizedException Overload

Microsoft.TeamFoundation Namespace