CK.Core.Tests.CKExceptionTests.ThrowTwoInnerExceptions C# (CSharp) Method

ThrowTwoInnerExceptions() static private method

static private ThrowTwoInnerExceptions ( ) : CKException
return CKException
        static CKException ThrowTwoInnerExceptions()
        {
            CKException ckEx;
            try { throw new CKException( ThrowExceptionWithInner( true ), "CK-MostOuter" ); }
            catch( CKException ex ) { ckEx = ex; }
            return ckEx;
        }