SimpleDirectiveRegex Constructor (TimeSpan)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the SimpleDirectiveRegex class with a specified time-out value.
Assembly: System.Web.RegularExpressions (in System.Web.RegularExpressions.dll)
Parameters
- A_1
-
Type:
System.TimeSpan
A time-out interval, or Regex.InfiniteMatchTimeout if matching operations should not time out.
The A_1 parameter represents the maximum time interval during which the regular expression engine tries to find a match before the operation times out and a RegexMatchTimeoutException expression is thrown.
.NET Framework
Available since 4.5
Available since 4.5
Show: