CollectionNotInitializedException クラス

クライアント オブジェクトのコレクションが正しく初期化されていない場合にスローされる例外です。

継承階層

System.Object
  System.Exception
    System.SystemException
      System.InvalidOperationException
        Microsoft.SharePoint.Client.CollectionNotInitializedException

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内);  Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内)  Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class CollectionNotInitializedException _
    Inherits InvalidOperationException
'使用
Dim instance As CollectionNotInitializedException
[SerializableAttribute]
public sealed class CollectionNotInitializedException : InvalidOperationException

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

CollectionNotInitializedException メンバー

Microsoft.SharePoint.Client 名前空間