Share via


RegexMatchTimeoutException.Pattern 속성

정의

제한 시간이 초과될 때 일치하는 작업에서 사용된 정규식 패턴을 가져옵니다.

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

속성 값

정규식 패턴입니다.

설명

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

적용 대상