文件名称:Coderr.Client:Coderr的核心客户端库
文件大小:98KB
文件格式:ZIP
更新时间:2024-05-30 14:46:50
automation dotnet telemetry exceptions exception-handling
Coderr的核心客户 此客户端库用于将异常手动报告给Coderr( Err.Report(exception) )。 有关Coderr的更多信息,请访问我们的。 报告第一个错误 只需捕获一个异常并报告它: public void UpdatePost ( int uid , ForumPost post ) { try { _service . Update ( uid , post ); } catch ( Exception ex ) { Err . Report ( ex , new { UserId = uid , ForumPost = post }); } } 上下文信息将附加为: 自动化处理 对于自动处理,请使用nuget中提供的集成库之一。 该库中的功能 上载错误报告时的HTTP代理检测和使用。 排队上载(即使上传是通过慢速连接完成的,也