AttributeTableValidationException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the AttributeTableValidationException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AttributeTableValidationException() | Initializes a new instance of the AttributeTableValidationException class. | |
AttributeTableValidationException(String) | Initializes a new instance of the AttributeTableValidationException class with a message. | |
AttributeTableValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the AttributeTableValidationException class with serialization information. | |
AttributeTableValidationException(String, IEnumerable<String>) | Initializes a new instance of the AttributeTableValidationException class with a collection of validation errors. | |
AttributeTableValidationException(String, Exception) | Initializes a new instance of the AttributeTableValidationException class with an inner exception. | |
AttributeTableValidationException(String, Exception, IEnumerable<String>) | Initializes a new instance of the AttributeTableValidationException class with a message, a collection of error strings, and an inner exception. |
Top