RegexMatchTimeoutException.MatchTimeout 属性

定义

获取正则表达式匹配的超时间隔。

public:
 property TimeSpan MatchTimeout { TimeSpan get(); };
public TimeSpan MatchTimeout { get; }
member this.MatchTimeout : TimeSpan
Public ReadOnly Property MatchTimeout As TimeSpan

属性值

TimeSpan

超时间隔。

注解

此属性反映构造函数的参数RegexMatchTimeoutException(String, String, TimeSpan)的值matchTimeout。 如果在构造函数调用中未正确初始化参数,则其值为 Timespan.FromTicks(-1)

此属性的值反映了对构造函数或静态方法的调用中设置的 Regex 超时间隔。 它不反映从方法调用开始到引发异常的时间所经过的确切间隔。

适用于