Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetErrorMessage()

static string System.Diagnostics.Process.GetErrorMessage ( int error)
inlinestaticprivate

Definition at line 2048 of file Process.cs.

2049 {
2050 return global::Interop.Kernel32.GetMessage(error);
2051 }

Referenced by System.Diagnostics.Process.StartWithCreateProcess(), and System.Diagnostics.Process.StartWithShellExecuteEx().