SPUserCodeNoAvailableServersFoundException-Klasse

Stellt die Fehlerbedingung, in denen keine Server mit der Benutzer Code Ausführung-Hostdienst in der Zuordnung Service gefunden werden konnte.

Vererbungshierarchie

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

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPUserCodeNoAvailableServersFoundException-Member

Microsoft.SharePoint.UserCode-Namespace