SPUserCodeSolutionProxiedException class
實際的例外狀況的替代輸入時要封送處理工作者處理序與來電者之間需要例外狀況。
Inheritance hierarchy
System.Object
System.Exception
Microsoft.SharePoint.UserCode.SPUserCodeSolutionProxiedException
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUserCodeSolutionProxiedException _
Inherits Exception
'用途
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.