共用方式為


SPUserCodeNoAvailableServersFoundException class

代表其中沒有執行使用者程式碼執行主機服務的伺服器無法服務對應中找到的錯誤條件。

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.SPException
        Microsoft.SharePoint.UserCode.SPUserCodeNoAvailableServersFoundException

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

Syntax

'宣告
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUserCodeNoAvailableServersFoundException _
    Inherits SPException
'用途
Dim instance As SPUserCodeNoAvailableServersFoundException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUserCodeNoAvailableServersFoundException : SPException

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.

請參閱

參照

SPUserCodeNoAvailableServersFoundException members

Microsoft.SharePoint.UserCode namespace