Skip to main content

DuplicateNameValidationException(String) Constructor

Initializes a new instance of the DuplicateNameValidationException class with the specified FieldInfo.Name.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public DuplicateNameValidationException(
    string name
)

Parameters

Name Type Description
name String

A String value, specifying the duplicate name that caused the error.

See Also