ProjectFarmQuiescingException class

The exception that is thrown when Project Server cannot process a request because it is currently being shut down for maintenance.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Office.Project.Server.Library.ProjectServerDownException
      Microsoft.Office.Project.Server.Library.ProjectFarmQuiescingException

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<PSObsoleteAttribute> _
Public Class ProjectFarmQuiescingException _
    Inherits ProjectServerDownException
'Usage
Dim instance As ProjectFarmQuiescingException
[PSObsoleteAttribute]
public class ProjectFarmQuiescingException : ProjectServerDownException

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

ProjectFarmQuiescingException members

Microsoft.Office.Project.Server.Library namespace