Compartilhar via


SPUserCodeSolutionProxiedException class

Substitui o real tipo de exceção quando uma exceção precisa ser empacotado entre o processo do operador e o chamador.

Inheritance hierarchy

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

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

Syntax

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

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.

Ver também

Referência

SPUserCodeSolutionProxiedException members

Microsoft.SharePoint.UserCode namespace