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() [3/3]

System.Text.RegularExpressions.RegexMatchTimeoutException.RegexMatchTimeoutException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 31 of file RegexMatchTimeoutException.cs.

32 {
35 base..ctor(info, context);
36 string @string = info.GetString("regexInput");
37 this.Input = @string;
38 string string2 = info.GetString("regexPattern");
40 long @int = info.GetInt64("timeoutTicks");
41 this.<MatchTimeout>k__BackingField = @int;
42 }
class f__AnonymousType0<< Count > j__TPar

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