Partilhar via


Classe AttributeTableValidationException

Gerado quando os metadados fornecidos em um AttributeTable não é compatível com propriedades, métodos e eventos em tipos existentes.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design (em Microsoft.Windows.Design.dll)

Sintaxe

<SerializableAttribute> _
Public Class AttributeTableValidationException _
    Inherits Exception

Dim instance As AttributeTableValidationException
[SerializableAttribute]
public class AttributeTableValidationException : Exception
[SerializableAttribute]
public ref class AttributeTableValidationException : public Exception
public class AttributeTableValidationException extends Exception

Comentários

Essa exceção pode ser gerada a partir de ValidateTable método.

Hierarquia de herança

System.Object
  System.Exception
    Microsoft.Windows.Design.Metadata.AttributeTableValidationException

Acesso thread-safe

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Membros AttributeTableValidationException

Namespace Microsoft.Windows.Design.Metadata

AttributeTable

AttributeTableBuilder

Outros recursos

Armazenamento de metadados

Noções básicas sobre extensibilidade Designer WPF