Regex.ValidateMatchTimeout(TimeSpan) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查超时间隔是否在可接受的范围内。
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
要检查的超时间隔。
例外
指定的超时不在有效范围内。