Include Protected Members
Include Inherited Members
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 | |
|---|---|---|
| .gif) | TeamFoundationServiceException() | No-arg constructor that simply defers to the base class. | 
| .gif) | TeamFoundationServiceException(Int32) | Initializes an exception with the specified error message. | 
| .gif) | TeamFoundationServiceException(String) | Initializes an exception with the specified error message. | 
| .gif) | TeamFoundationServiceException(Int32, Boolean) | Initializes an exception with the specified error message. | 
| .gif) | TeamFoundationServiceException(SerializationInfo, StreamingContext) | Initializes an exception from serialized data. | 
| .gif) | TeamFoundationServiceException(String, Exception) | Initializes an exception with the specified error message and an inner exception that caused this exception to be raised. | 
| .gif) | TeamFoundationServiceException(String, Int32) | Initializes an exception with the specified error message and an inner exception that caused this exception to be raised. | 
| .gif) | TeamFoundationServiceException(String, Int32, Boolean) | Initializes an exception with the specified error message and an inner exception that caused this exception to be raised. | 
| .gif) | TeamFoundationServiceException(String, Int32, Exception) | Initializes an exception with the specified error message and an inner exception that caused this exception to be raised. | 
| .gif) | TeamFoundationServiceException(String, Int32, Boolean, Exception) | Initializes an exception with the specified error message and an inner exception that caused this exception to be raised. | 
Top