Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsPathUnreachableError()
[2/2]
static
bool
System.IO.FileSystem.IsPathUnreachableError
(
int
errorCode
)
inline
static
package
Definition at line
86
of file
FileSystem.cs
.
87
{
88
switch
(
errorCode
)
89
{
90
case
2:
91
case
3:
92
case
6:
93
case
21:
94
case
53:
95
case
65:
96
case
67:
97
case
87:
98
case
123:
99
case
161:
100
case
206:
101
case
1231:
102
return
true
;
103
default
:
104
return
false
;
105
}
106
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
IO
FileSystem
Generated by
1.10.0