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

LobSystemInstance のメタデータでモデル化している接続の最大数を超える場合にスローされる例外を表します。

名前空間: 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 ConnectionPoolFullException
    Inherits RuntimeException
'使用
Dim instance As ConnectionPoolFullException
[SerializableAttribute] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class ConnectionPoolFullException : RuntimeException

備考

このエラーを解決するために、LobSystemInstance 接続の数を増やすことができるかどうかを指定します。

継承階層

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

スレッドの安全性

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

関連項目

参照

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