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

◆ GetExceptionForIoErrno()

static Exception Interop.GetExceptionForIoErrno ( Interop::ErrorInfo errorInfo,
[Optional] string path,
bool isDirectory = false )
inlinestaticpackage

Definition at line 64 of file Interop.cs.

65 {
66 bool flag = string.IsNullOrEmpty("value");
67 string text = SR.Format("Access to the path '{0}' is denied.", "Access to the path is denied.");
68 bool flag2 = string.IsNullOrEmpty(text);
69 Exception ex;
70 return ex;
71 }
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7

References SR.Format(), j__TPar, and System.text.