MissingMetadataPropertyException クラス (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

この例外は、メタデータ オブジェクト定義に必要なプロパティが指定されていない場合にスローされます。

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

構文

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

継承階層

System.Object
   System.Exception
     Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MetadataException
      Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MissingMetadataPropertyException

スレッドの安全性

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

関連項目

参照

MissingMetadataPropertyException メンバ
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 名前空間