Partager via


CannotConnectException, classe (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Represents an exception that is thrown when the Business Data Catalog cannot successfully make a connection to the back-end business application.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class CannotConnectException
    Inherits RuntimeException
'Utilisation
Dim instance As CannotConnectException
[SerializableAttribute] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class CannotConnectException : RuntimeException

Remarques

If you get this exception, check the connection parameters and ensure you can successfully connect to the back-end application.

Hiérarchie d'héritage

System.Object
   System.Exception
     Microsoft.Office.Server.ApplicationRegistry.Runtime.RuntimeException
      Microsoft.Office.Server.ApplicationRegistry.Runtime.CannotConnectException

Sécurité des threads

Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.

Voir aussi

Référence

Membres CannotConnectException
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms