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) 的值。 如果在构造函数调用中未正确初始化参数,则其值为 String.Empty

适用于