コード例 #1
0
        static public esConcurrencyException CheckForConcurrencyException(EfzException ex)
        {
            esConcurrencyException ce = null;

            // TODO:

            //if (ex != null)
            //{
            //    if (ex.Number == 532)
            //    {
            //        ce = new esConcurrencyException(ex.Message, ex);
            //        ce.Source = ex.Source;
            //    }
            //}

            return(ce);
        }
コード例 #2
0
        static public esConcurrencyException CheckForConcurrencyException(EfzException ex)
        {
            esConcurrencyException ce = null;

            // TODO:

            //if (ex != null)
            //{
            //    if (ex.Number == 532)
            //    {
            //        ce = new esConcurrencyException(ex.Message, ex);
            //        ce.Source = ex.Source;
            //    }
            //}

            return ce;
        }