: MetadataException (Clase) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Represents an exception thrown by a metadata object.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class MetadataException
    Inherits Exception
'Uso
Dim instance As MetadataException
[SerializableAttribute] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class MetadataException : Exception

Comentarios

Contains information about the metadata object that caused the exception.

Jerarquía de herencia

System.Object
   System.Exception
    Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MetadataException
       Microsoft.Office.Server.ApplicationRegistry.MetadataModel.ExceededMetadataObjectLimitException
       Microsoft.Office.Server.ApplicationRegistry.MetadataModel.InvalidMetadataObjectException
       Microsoft.Office.Server.ApplicationRegistry.MetadataModel.InvalidMetadataPropertyException
       Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MetadataObjectNotFoundException
       Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MissingMetadataPropertyException

Seguridad de subprocesos

Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.

Vea también

Referencia

MetadataException (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)