RegexMatchTimeoutException.MatchTimeout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取正则表达式匹配的超时间隔。
public:
property TimeSpan MatchTimeout { TimeSpan get(); };
public TimeSpan MatchTimeout { get; }
member this.MatchTimeout : TimeSpan
Public ReadOnly Property MatchTimeout As TimeSpan
属性值
超时间隔。
注解
此属性反映构造函数的参数RegexMatchTimeoutException(String, String, TimeSpan)的值matchTimeout
。 如果在构造函数调用中未正确初始化参数,则其值为 Timespan.FromTicks(-1)
。
此属性的值反映了对构造函数或静态方法的调用中设置的 Regex 超时间隔。 它不反映从方法调用开始到引发异常的时间所经过的确切间隔。