RegexMatchTimeoutException.Pattern 속성

정의

제한 시간이 발생했을 때 일치 작업에 사용된 정규식 패턴을 가져옵니다.

public:
 property System::String ^ Pattern { System::String ^ get(); };
public string Pattern { get; }
member this.Pattern : string
Public ReadOnly Property Pattern As String

속성 값

정규식 패턴입니다.

설명

이 속성은 생성자의 매개 변수 regexPattern 값을 RegexMatchTimeoutException(String, String, TimeSpan) 반영합니다. 생성자 호출에서 매개 변수가 제대로 초기화되지 않은 경우 해당 값은 .입니다 Empty.

적용 대상