Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the ProjectServerDownException class.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New ProjectServerDownException(message)
public ProjectServerDownException(
string message
)
Parameters
message
Type: System.StringThe message for the exception.
See also
Reference
ProjectServerDownException class