dotnetcore / AspectCore-Framework

AspectCore is an AOP-based cross platform framework for .NET Standard.
MIT License
1.69k stars 324 forks source link

fix #279 #295

Closed PurplestViper closed 1 year ago

xiangxiren commented 1 year ago

为何不把AspectConfiguration的ThrowAspectException 设置为true

PurplestViper commented 1 year ago

为什么不把AspectConfiguration的ThrowAspectException设置为true

我们需要抛出原始异常及堆栈,而不是简单的通过 AspectInvocationException 包装。