Aspectacular.Test.AspectacularTest.TestInterceptedException C# (CSharp) 메소드

TestInterceptedException() 개인적인 메소드

private TestInterceptedException ( ) : void
리턴 void
        public void TestInterceptedException()
        {
            var someCls = new SomeTestClass(new DateTime(2010, 2, 5));
            someCls.GetProxy(TestAspects).Invoke(instance => instance.ThrowFailure());
        }