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

See Also

Reference

TeamFoundationServiceException Class

Microsoft.TeamFoundation.Framework.Server Namespace