SPUserCodeSolutionProxiedException-Klasse

Ersetzt durch den realen Ausnahmetyp, wenn eine Ausnahme zwischen der Arbeitsprozess und der Aufrufer gemarshallt werden muss.

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.SharePoint.UserCode.SPUserCodeSolutionProxiedException

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

SPUserCodeSolutionProxiedException-Member

Microsoft.SharePoint.UserCode-Namespace