RegexStringValidator
Provides validation of a string based on the rules provided by a regular expression.
namespace System.Configuration
{
internal sealed class InvalidPropValue
{
internal ConfigurationException Error { get; } = error;
internal string Value { get; } = value;
internal InvalidPropValue(string value, ConfigurationException error)
{
}
}
}