XBAP 异常通知程序
我计划设计一个位于 XBAP 应用程序(部分信任)中的异常通知程序。 异常通知程序将是一个用户控件。 它将包含左侧的一个列表框,其中包含所有错误消息以及右侧该错误消息的详细说明,该列表框将是另一个列表框(模板化的列表框)。
我不想每次都向用户显示此异常通知程序。 当出现错误/异常时,这个隐藏的异常通知程序必须从屏幕底部(或从任何方向)弹出并带有一些动画。 然后,用户可以选择在查看完消息后关闭异常通知程序。
任何代码示例都会帮助我。
I'm planning to design an exception notifier which is in an XBAP application (Partial Trust). The exception notifier will be a user control. It will consist of a list box on the left side with all the error messages and a detailed explanation of that error message on the right hand side which will be another listbox (templated one).
I do not want to show this exception notifier every time to the user. When there is an error/exception, this hidden exception notifier must pop up from the bottom of my screen (or from any direction) with some animation. Users can then have an option to close the exception notifier when they have finished viewing the message.
Any code sample will help me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
老兄看看
交易WinForms 中存在未处理的异常
处理 WPF 中未处理的异常
另请参阅异常报告器
dude check out
Dealing with unhandled exceptions in WinForms
Dealing with unhandled exceptions in WPF
Also have a look at Exception Reporter