RegexMatchTimeoutException::MatchTimeout Property
Gets the time-out interval for a regular expression match.
Assembly: System (in System.dll)
public: property TimeSpan MatchTimeout { [PermissionSetAttribute(SecurityAction::LinkDemand, Unrestricted = true)] TimeSpan get(); }
This property reflects the value of the matchTimeout parameter of the RegexMatchTimeoutException(String^, String^, TimeSpan) constructor. If the parameter is not properly initialized in a constructor call, its value is Timespan.FromTicks(-1).
The value of this property reflects the time-out interval set in the call to the Regex constructor or static method. It does not reflect the exact interval that has elapsed from the beginning of the method call to the time the exception is thrown.
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1