次の方法で共有


RuntimeException クラス (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 RuntimeException
    Inherits Exception
'使用
Dim instance As RuntimeException
[SerializableAttribute] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class RuntimeException : Exception

継承階層

System.Object
   System.Exception
    Microsoft.Office.Server.ApplicationRegistry.Runtime.RuntimeException
       Microsoft.Office.Server.ApplicationRegistry.Runtime.BackendNullReturnException
       Microsoft.Office.Server.ApplicationRegistry.Runtime.CannotConnectException
       Microsoft.Office.Server.ApplicationRegistry.Runtime.ConnectionPoolFullException
       Microsoft.Office.Server.ApplicationRegistry.Runtime.LobGenericException
       Microsoft.Office.Server.ApplicationRegistry.Runtime.ObjectNotFoundException

スレッドの安全性

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

関連項目

参照

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