terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ RegexMatchTimeoutException() [1/3]

System.Text.RegularExpressions.RegexMatchTimeoutException.RegexMatchTimeoutException ( string regexInput,
string regexPattern,
TimeSpan matchTimeout )
inline

Definition at line 12 of file RegexMatchTimeoutException.cs.

13 {
16 base..ctor("The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.");
19 this.<MatchTimeout>k__BackingField = matchTimeout;
20 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Text.RegularExpressions.RegexMatchTimeoutException.k__BackingField, and System.Text.RegularExpressions.RegexMatchTimeoutException.MatchTimeout.