我如何找到 RAVENDB 方法可能引发的异常?

How can I find which exception(s) maybe raised by RAVENDB methods?

我是 RAVENDB 的新手。我如何找到 RAVENDB 方法可能引发的异常?我已经搜索了在线文档和“Inside RAVENDB Book”,但没有成功。

你可以抓住 RavenException 基地 class。

在这里您可以找到所有可能的例外情况: https://github.com/ravendb/ravendb/tree/v4.0/src/Raven.Client/Exceptions