CannotConnectException クラス (Microsoft.Office.Server.ApplicationRegistry.Runtime)

ビジネス データ カタログがバックエンド ビジネス アプリケーションに正常に接続できない場合にスローされる例外を表します。

名前空間: Microsoft.Office.Server.ApplicationRegistry.Runtime
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class CannotConnectException
    Inherits RuntimeException
'使用
Dim instance As CannotConnectException
[SerializableAttribute] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class CannotConnectException : RuntimeException

備考

この例外を受け取る場合、接続パラメータをチェックしてから、バックエンド アプリケーションに正常に接続できるかどうかを確認します。

継承階層

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

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

CannotConnectException メンバ
Microsoft.Office.Server.ApplicationRegistry.Runtime 名前空間