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)
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 Expose Microsoft SharePoint Foundation Data to a Silverlight Application 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.