[]
Creates an exception indicating that two eras share the same start date.
public static EraConfigurationException DuplicateStartDates(string era1, string era2)
| Type | Name | Description |
|---|---|---|
| string | era1 | The name of the first era. |
| string | era2 | The name of the second era with the same start date. |
| Type | Description |
|---|---|
| EraConfigurationException | A new EraConfigurationException with the DuplicateStartDates code. |