SPExternalApplicationRegistrationException class
表示外部應用程式,例如 Silverlight 應用程式,以SharePoint Foundation登錄,使它可以取得資料,或是產生互動,失敗的網站。
Inheritance hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.SPException
Microsoft.SharePoint.SPExternalApplicationRegistrationException
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<SerializableAttribute> _
Public NotInheritable Class SPExternalApplicationRegistrationException _
Inherits SPException
'用途
Dim instance As SPExternalApplicationRegistrationException
[SerializableAttribute]
public sealed class SPExternalApplicationRegistrationException : SPException
備註
一般而言,問題是外部應用程式的應用程式的 XML 無效。如需詳細資訊請參閱Expose Microsoft SharePoint Foundation Data to a Silverlight Application和External Application XML。
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.