[]
Creates an exception indicating that the given value does not match the required pattern.
public static EraConfigurationException ValueNotMatchPattern(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value that failed pattern matching. |
| Type | Description |
|---|---|
| EraConfigurationException | A new EraConfigurationException with the ValueNotMatchPattern code. |