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