[]
Era configuration errors. For internal use.
public sealed class EraConfigurationException : Exception, ISerializable
| Name | Description |
|---|---|
| ErrorCode | Error code of current exception. |
| Name | Description |
|---|---|
| DuplicateStartDates(string, string) | Creates an exception indicating that two eras share the same start date. |
| EmptyShortcutKey(string) | Creates an exception indicating that the shortcut key for the specified era is empty. |
| InvalidStartDateFormat() | Creates an exception indicating that the start date in the era configuration has an incorrect format. |
| ValueNotMatchPattern(string) | Creates an exception indicating that the given value does not match the required pattern. |