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