TeamFoundationServiceUnavailableException Constructor (String)

Initializes a new instance of the TeamFoundationServiceUnavailableException class with the specified reason.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
Public Sub New ( _
    reason As String _
)
public TeamFoundationServiceUnavailableException(
    string reason
)
public:
TeamFoundationServiceUnavailableException(
    String^ reason
)
new : 
        reason:string -> TeamFoundationServiceUnavailableException
public function TeamFoundationServiceUnavailableException(
    reason : String
)

Parameters

  • reason
    Type: System.String
    A string describing why servicing is not possible.

.NET Framework Security

See Also

Reference

TeamFoundationServiceUnavailableException Class

TeamFoundationServiceUnavailableException Overload

Microsoft.TeamFoundation Namespace