Regex.ValidateMatchTimeout(TimeSpan) 方法

定义

检查超时间隔是否在可接受的范围内。

protected public:
 static void ValidateMatchTimeout(TimeSpan matchTimeout);
protected internal static void ValidateMatchTimeout (TimeSpan matchTimeout);
static member ValidateMatchTimeout : TimeSpan -> unit
Protected Friend Shared Sub ValidateMatchTimeout (matchTimeout As TimeSpan)

参数

matchTimeout
TimeSpan

要检查的超时间隔。

例外

指定的超时不在有效范围内。

适用于