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

확인할 시간 제한 간격입니다.

예외

지정된 제한 시간이 유효한 범위 내에 있지 않습니다.

적용 대상