asp.net elmah:如何显示自己的错误消息而不是'不支持指定的方法'

时间:2013-08-09 01:55:14

标签: asp.net elmah

我试图在Elmah Errorlog的Error列中显示“你好我正在测试Elmah”。我在我的asp.net应用程序中得到了这个:

var customEx = new Exception("Hello I am testing Elmah", new NotSupportedException());
Elmah.ErrorSignal.FromCurrentContext().Raise(customEx);

目前它不支持指定的方法。我怎么能改变这个?

0 个答案:

没有答案