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.
在 asp.net 中 - 我有代码在 finally 块中的 http 响应中发送 Json 序列化对象 - 但请求客户端在响应中没有收到任何内容。
(我检查以确保对象在调试中发送时不为空。)
从 finally 块发送响应是否可能会导致此问题?
不,在块内使用代码finally本身不会导致问题。
finally
代码执行流程有问题。
在 finally 块中编写这种类型的代码没有好地方......它总是执行。