- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的服务方式标有PrincipalPermissionAttribute
我有一个自定义 IErrorHandler
附加到服务的实现。当传入的请求无权执行方法System.Security.SecurityException
被抛出。 IErrorHandler.ProvideFault()
然后触发,我想提供一个特殊的故障。但是error
参数不是原始异常,它是无类型的 FaultException
.此外,error.InnerException
尽管我在配置中有以下设置,但为空:
<serviceDebug includeExceptionDetailInFaults="true"/>
最佳答案
根据this SecurityException
对 WCF 来说有点“特殊”:
SecurityException is related to CAS (Code Access Security), and it is a fatal exception. Since this exception is not related to any service model exceptions, it cannot be handled by IErrorHandler.
PrincipalPermissionAttribute
和一个带有 try/catch 的处理函数。
关于WCF IErrorHandler.ProvideFault() 行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4293828/
我的服务方式标有PrincipalPermissionAttribute我有一个自定义 IErrorHandler附加到服务的实现。当传入的请求无权执行方法System.Security.Securi
我正在使用 IErrorHandler 在 WCF 中进行异常处理,现在我想记录异常,以及堆栈跟踪和导致异常的用户。 我可以看到获取导致异常的用户的唯一方法是: OperationContext.Cu
我是一名优秀的程序员,十分优秀!