This documentation is archived and is not being maintained.

TeamFoundationServiceException::FaultCode Property

Indicate the SOAP fault code for the exception.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

public:
property XmlQualifiedName^ FaultCode {
	XmlQualifiedName^ get ();
	protected: void set (XmlQualifiedName^ value);
}

Show: