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

◆ GetExceptionForLastWin32DriveError()

static Exception System.IO.Error.GetExceptionForLastWin32DriveError ( string driveName)
inlinestaticpackage

Definition at line 7 of file Error.cs.

8 {
9 int lastPInvokeError = Marshal.GetLastPInvokeError();
10 return GetExceptionForWin32DriveError(lastPInvokeError, driveName);
11 }
static Exception GetExceptionForWin32DriveError(int errorCode, string driveName)
Definition Error.cs:13

References System.IO.Error.GetExceptionForWin32DriveError(), and System.Runtime.InteropServices.Marshal.GetLastPInvokeError().