共用方式為


SPUserCodeNoAvailableServersFoundException constructor (String)

初始化SPUserCodeNoAvailableServersFoundException類別的新執行個體。

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub New ( _
    message As String _
)
'用途
Dim message As String

Dim instance As New SPUserCodeNoAvailableServersFoundException(message)
public SPUserCodeNoAvailableServersFoundException(
    string message
)

參數

  • message
    Type: System.String

    錯誤訊息,說明此項例外的原因。

請參閱

參照

SPUserCodeNoAvailableServersFoundException class

SPUserCodeNoAvailableServersFoundException members

SPUserCodeNoAvailableServersFoundException overload

Microsoft.SharePoint.UserCode namespace