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

ParallelTransactionsNotSupported() static private méthode

static private ParallelTransactionsNotSupported ( DbConnection obj ) : Exception
obj DbConnection
Résultat System.Exception
        static internal Exception ParallelTransactionsNotSupported(DbConnection obj)
        {
            return InvalidOperation(Res.GetString(Res.ADP_ParallelTransactionsNotSupported, obj.GetType().Name));
        }
        static internal Exception TransactionZombied(DbTransaction obj)
ADP