ProjectApplicationServiceUnavailableException constructor
Creates an instance of the ProjectApplicationServiceUnavailableException 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 ProjectApplicationServiceUnavailableException(message)
public ProjectApplicationServiceUnavailableException(
string message
)
Parameters
message
Type: System.StringThe message for the exception.
See also
Reference
ProjectApplicationServiceUnavailableException class