SPExternalApplicationRegistrationException Class
Represents a failure of an external application, such as a Silverlight application, to register with SharePoint Foundation so that it can obtain data from, or interact with, the Web site.
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.SPException
Microsoft.SharePoint.SPExternalApplicationRegistrationException
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SPExternalApplicationRegistrationException _
Inherits SPException
'Usage
Dim instance As SPExternalApplicationRegistrationException
[SerializableAttribute]
public sealed class SPExternalApplicationRegistrationException : SPException
Remarks
Typically, the problem is that the external application’s Application XML is invalid. For more information see How to: Create External Application XML Markup and 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.