SPUserCodeSolutionExecutionFailedException-Klasse
Stellt die Fehlerbedingung, in denen ein Fehler aufgetreten, wenn die Benutzer Code Lösung ausgeführt.
Vererbungshierarchie
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.SPException
Microsoft.SharePoint.UserCode.SPUserCodeSolutionExecutionFailedException
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUserCodeSolutionExecutionFailedException _
Inherits SPException
'Usage
Dim instance As SPUserCodeSolutionExecutionFailedException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUserCodeSolutionExecutionFailedException : SPException
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.