CsvMappingRegexTimeout Property

Maximum time (in milliseconds) that can be used to resolve a CSV column name alias.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public static int RegexTimeout { get; set; }

Property Value

Int32
The default value is 10. Set this value to Infinite to disable the timeout.

Exceptions

ArgumentOutOfRangeException Value is less than 1 and not Infinite.

See Also