System.Data.Common.ADP.ConnectionIsDisabled C# (CSharp) Méthode

ConnectionIsDisabled() static private méthode

static private ConnectionIsDisabled ( Exception InnerException ) : Exception
InnerException System.Exception
Résultat System.Exception
        static internal Exception ConnectionIsDisabled(Exception InnerException)
        {
            return InvalidOperation(Res.GetString(Res.ADP_ConnectionIsDisabled), InnerException);
        }
        static internal Exception ClosedConnectionError()
ADP