System.IO.IOException.IOException C# (CSharp) Méthode

IOException() public méthode

public IOException ( ) : System
Résultat System
        public IOException()
            : base(SR.Arg_IOException)
        {
            HResult = HResults.COR_E_IO;
        }

Same methods

IOException::IOException ( string message ) : System
IOException::IOException ( string message, Exception innerException ) : System
IOException::IOException ( string message, int hresult ) : System
IOException