DuplicateNameValidationException Constructors
The exception thrown during ExcelDataSource.Schema validation when the schema references two or more FieldInfo objects having identical FieldInfo.Name values.Name | Parameters | Description |
---|---|---|
DuplicateNameValidationException(String) | name | Initializes a new instance of the DuplicateNameValidationException class with the specified FieldInfo.Name. |
See Also