如何获取与 nHibernate GenericADOException 关联的连接字符串以用于日志记录?
我需要从抛出 nHibernate GenericADOException 时使用的连接字符串记录服务器名称。
有人知道该怎么做吗?我在网上到处寻找,但没有发现任何看起来有希望的东西。
I need to log the server name from the connection string that was in use when the nHibernate GenericADOException was thrown.
Anyone know how to do this? I've looked high and low on the web and haven't found anything that looks promising.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抓住 ISession。
Grab the ISession.