UnexpectedDatabaseResultException Class

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class UnexpectedDatabaseResultException _
    Inherits BuildServerException
'Usage
Dim instance As UnexpectedDatabaseResultException
[SerializableAttribute]
public class UnexpectedDatabaseResultException : BuildServerException
[SerializableAttribute]
public ref class UnexpectedDatabaseResultException : public BuildServerException
public class UnexpectedDatabaseResultException extends BuildServerException

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.TeamFoundation.TeamFoundationServerException
        Microsoft.TeamFoundation.Build.Client.BuildServerException
          Microsoft.TeamFoundation.Build.Client.UnexpectedDatabaseResultException

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

UnexpectedDatabaseResultException Members

Microsoft.TeamFoundation.Build.Client Namespace