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

◆ GetErrorMessage()

string Interop.ErrorInfo.GetErrorMessage ( )
inlinepackage

Definition at line 296 of file Interop.cs.

297 {
298 return Interop.Sys.StrError(this.RawErrno);
299 }
static string StrError(int platformErrno)
Definition Interop.cs:345

References Interop.ErrorInfo.RawErrno, and Interop.Sys.StrError().

Referenced by Interop.ErrorInfo.ToString().