TeamFoundationServerInvalidResponseException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TeamFoundationServerInvalidResponseException.
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 | |
---|---|---|
TeamFoundationServerInvalidResponseException(SerializationInfo, StreamingContext) | Initializes a new instance of the TeamFoundationServerInvalidResponseException with the specified serialized data. | |
TeamFoundationServerInvalidResponseException(String, Exception, HttpStatusCode, String) | Initializes a new instance of the TeamFoundationServerInvalidResponseException with the specified message, inner exception, status code, and response data. |
Top