MetadataExceptionState class
Represents the state of the metadata exception.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.MetadataExceptionState
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "MetadataException", Namespace := "Microsoft.BusinessData.SharePoint")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class MetadataExceptionState
'Usage
Dim instance As MetadataExceptionState
[DataContractAttribute(Name = "MetadataException", Namespace = "Microsoft.BusinessData.SharePoint")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class MetadataExceptionState
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.