CommonStructureServiceFaultCodes Class

Note: This API is now obsolete.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Server.CommonStructureServiceFaultCodes

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

Syntax

'Declaration
<ObsoleteAttribute("The CommonStructureServiceFaultCodes class is obsolete.")> _
Public NotInheritable Class CommonStructureServiceFaultCodes
[ObsoleteAttribute("The CommonStructureServiceFaultCodes class is obsolete.")]
public sealed class CommonStructureServiceFaultCodes
[ObsoleteAttribute(L"The CommonStructureServiceFaultCodes class is obsolete.")]
public ref class CommonStructureServiceFaultCodes sealed
[<Sealed>]
[<ObsoleteAttribute("The CommonStructureServiceFaultCodes class is obsolete.")>]
type CommonStructureServiceFaultCodes =  class end
public final class CommonStructureServiceFaultCodes

The CommonStructureServiceFaultCodes type exposes the following members.

Properties

  Name Description
Public propertyStatic member Application
Public propertyStatic member ArgumentException
Public propertyStatic member ArgumentNullException
Public propertyStatic member BadServerConfig
Public propertyStatic member Security
Public propertyStatic member Service
Public propertyStatic member Unknown

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Server Namespace