AspEncodedExprRegex Constructor (TimeSpan)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the AspEncodedExprRegex 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 exception is thrown.
Available since 4.5