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

◆ ToString()

override string Interop.ErrorInfo.ToString ( )
inline

Definition at line 302 of file Interop.cs.

303 {
304 int rawErrno = this.RawErrno;
305 string errorMessage = this.GetErrorMessage();
306 string text;
307 return text;
308 }
class f__AnonymousType0<< Count > j__TPar
string GetErrorMessage()
Definition Interop.cs:296

References Interop.ErrorInfo.GetErrorMessage(), j__TPar, Interop.ErrorInfo.RawErrno, and System.text.