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
'Declaration
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.StringA string describing why servicing is not possible.
.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
TeamFoundationServiceUnavailableException Class