System.IO.__Error.WinIOError C# (CSharp) Method

WinIOError() static private method

static private WinIOError ( ) : void
return void
    	internal static void WinIOError() {
            int errorCode = Marshal.GetLastWin32Error();
            WinIOError(errorCode, String.Empty);
        }
    

Same methods

__Error::WinIOError ( int errorCode, String maybeFullPath ) : void