RegexMatchTimeoutException Constructor (String)

RegexMatchTimeoutException Constructor (String)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

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

'Declaration
Public Sub New ( _
	message As String _
)

Parameters

message
Type: System.String
A string that describes the exception.

The message string is assigned to the Exception.Message property. The string should be localized for the current culture.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft