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.
Assembly: System (in System.dll)
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.
Show: