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

◆ Win32Exception() [2/6]

System.ComponentModel.Win32Exception.Win32Exception ( int error)
inline

Definition at line 24 of file Win32Exception.cs.

25 {
26 string errorMessage = Win32Exception.GetErrorMessage(error);
27 base..ctor(errorMessage);
29 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.Win32Exception.GetErrorMessage(), and j__TPar.