System.IO.__Error.WinIOError C# (CSharp) Méthode

WinIOError() static private méthode

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

Same methods

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