terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
RegexMatchTimeoutException (string regexInput, string regexPattern, TimeSpan matchTimeout) | |
RegexMatchTimeoutException () | |
Protected Member Functions | |
RegexMatchTimeoutException (SerializationInfo info, StreamingContext context) | |
Properties | |
string | Input [get, set] |
string | Pattern [get, set] |
TimeSpan | MatchTimeout [get, set] |
Private Member Functions | |
void System.Runtime.Serialization.ISerializable. | GetObjectData (SerializationInfo info, StreamingContext context) |
Private Attributes | |
readonly string< Input > | k__BackingField |
readonly string< Pattern > | k__BackingField |
readonly TimeSpan< MatchTimeout > | k__BackingField |
Definition at line 11 of file RegexMatchTimeoutException.cs.