System.IO.IOException.IOException C# (CSharp) Method

IOException() public method

public IOException ( ) : System
return 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