ProjectServerDownException 构造函数
创建ProjectServerDownException类的一个实例。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Sub New ( _
message As String _
)
用法
Dim message As String
Dim instance As New ProjectServerDownException(message)
public ProjectServerDownException(
string message
)
参数
message
类型:System.String异常的消息。