This documentation is archived and is not being maintained.
AttributeTableBuilder::ValidateTable Method
Visual Studio 2010
Verifies that the attribute table that is being built contains valid attribute information.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Exception | Condition |
|---|---|
| AttributeTableValidationException | the state of the table is invalid. |
Some overrides of AddCustomAttributes(Type, array<Attribute>)cannot validate that values passed to their parameters represent valid members on classes. ValidateTable() verifies that all custom attribute information corresponds to actual members. This method can take a long time to complete and is not recommended unless validation is explicitly needed.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: