RegexMatchTimeoutException.Pattern 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取超时发生时用于匹配操作的正则表达式模式。
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。