Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RegexMatchTimeoutException Constructor

.NET Framework (current version)
 

Initializes a new instance of the RegexMatchTimeoutException class.

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

NameDescription
System_CAPS_pubmethodRegexMatchTimeoutException()

Initializes a new instance of the RegexMatchTimeoutException class with a system-supplied message.

System_CAPS_protmethodRegexMatchTimeoutException(SerializationInfo^, StreamingContext)

Initializes a new instance of the RegexMatchTimeoutException class with serialized data.

System_CAPS_pubmethodRegexMatchTimeoutException(String^)

Initializes a new instance of the RegexMatchTimeoutException class with the specified message string.

System_CAPS_pubmethodRegexMatchTimeoutException(String^, Exception^)

Initializes a new instance of the RegexMatchTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception.

System_CAPS_pubmethodRegexMatchTimeoutException(String^, String^, TimeSpan)

Initializes a new instance of the RegexMatchTimeoutException class with information about the regular expression pattern, the input text, and the time-out interval.

Return to top
Show:
© 2017 Microsoft