Initializes a new instance of the TeamFoundationServerUnauthorizedException with the specified message.
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    message As String _
)
public TeamFoundationServerUnauthorizedException(
    string message
)
public:
TeamFoundationServerUnauthorizedException(
    String^ message
)
new : 
        message:string -> TeamFoundationServerUnauthorizedException
public function TeamFoundationServerUnauthorizedException(
    message : String
)
Parameters
- message 
 Type: System.String- A human readable message that describes the 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