TeamFoundationServiceUnavailableException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TeamFoundationServiceUnavailableException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TeamFoundationServiceUnavailableException(String) | Initializes a new instance of the TeamFoundationServiceUnavailableException class with the specified reason. | |
TeamFoundationServiceUnavailableException(SerializationInfo, StreamingContext) | Initializes a new instance of the TeamFoundationServiceUnavailableException class with the specified serialization data. | |
TeamFoundationServiceUnavailableException(String, Exception) | Initializes a new instance of the TeamFoundationServiceUnavailableException class with the specified message and inner exception. | |
TeamFoundationServiceUnavailableException(String, String) | Initializes a new instance of the TeamFoundationServiceUnavailableException class with the specified server name or URL and reason. | |
TeamFoundationServiceUnavailableException(String, String, Exception) | Initializes a new instance of the TeamFoundationServiceUnavailableException class with the specified name or URL, reason, and inner exception. |
Top