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
Public Class ProjectFarmQuiescingException _
Inherits ProjectServerDownException
'Usage
Dim instance As ProjectFarmQuiescingException
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.