In WCF - In the “Faulted” Event - How Do I Get The Exception Details?

后端 未结 1 451
情歌与酒
情歌与酒 2021-01-02 14:02

I have a WCF server and I\'m tapping into the \"Faulted\" event which stupidly only gives me \"object sender, EventArgs e\". How can I get the current \'Exception\' object i

相关标签:
1条回答
  • 2021-01-02 15:03

    OK, after some more googling with the right keywords, I've found my answer: http://www.steverb.com/post/Useful-WCF-Behaviors-IErrorHandler

    0 讨论(0)
提交回复
热议问题