Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 Elmah 错误日志的错误列中显示“你好,我正在测试 Elmah”。我在我的 asp.net 应用程序中得到了这个:
var customEx = new Exception("Hello I am testing Elmah", new NotSupportedException()); Elmah.ErrorSignal.FromCurrentContext().Raise(customEx);
目前不支持指定的方法。我怎样才能改变这个?