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

InternalConnectionError() static private method

static private InternalConnectionError ( ConnectionError internalError ) : Exception
internalError ConnectionError
return System.Exception
        static internal Exception InternalConnectionError(ConnectionError internalError)
        {
            return InvalidOperation(Res.GetString(Res.ADP_InternalConnectionError, (int)internalError));
        }
ADP