AttributeTableValidationException Class
Raised when the metadata provided in an AttributeTable does not match properties, methods and events on existing types.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AttributeTableValidationException _
Inherits Exception
'Usage
Dim instance As AttributeTableValidationException
[SerializableAttribute]
public class AttributeTableValidationException : Exception
[SerializableAttribute]
public ref class AttributeTableValidationException : public Exception
public class AttributeTableValidationException extends Exception
Remarks
This exception may be raised from the ValidateTable method.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Windows.Design.Metadata.AttributeTableValidationException
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.
See Also
Reference
AttributeTableValidationException Members
Microsoft.Windows.Design.Metadata Namespace