Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DatabindExprRegex 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 DatabindExprRegex class with a specified time-out value.

Namespace:   System.Web.RegularExpressions
Assembly:  System.Web.RegularExpressions (in System.Web.RegularExpressions.dll)

public:
DatabindExprRegex(
	TimeSpan A_1
)

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
Return to top
Show:
© 2017 Microsoft