System.Data.Common.ADP.ErrorReadingFromStream C# (CSharp) Method

ErrorReadingFromStream() static private method

static private ErrorReadingFromStream ( Exception internalException ) : IOException
internalException System.Exception
return System.IO.IOException
        static internal IOException ErrorReadingFromStream(Exception internalException)
        {
            return IO(Res.GetString(Res.SqlMisc_StreamErrorMessage), internalException);
        }
ADP