System.Text.RegularExpressions.RegexMatchTimeoutException.Pattern Property

Gets the regular expression pattern that was used in the matching operation when the time-out occurred.

Syntax

public string Pattern { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property reflects the value of the regexPattern parameter of the RegexMatchTimeoutException.#ctor(string, string, TimeSpan) constructor. If the parameter is not properly initialized in a constructor call, its value is string.Empty.

Requirements

Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0