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

適用対象