如何在 .NET 4 中模拟损坏状态异常?
属性:
那么,在 .NET 4 中,微软添加了HandleProcessCorruptedStateExceptions Class
我想测试这个功能。如何使我的应用程序进入“损坏状态”?
Well, in .NET 4 Microsoft added the HandleProcessCorruptedStateExceptions attribute:
HandleProcessCorruptedStateExceptionsAttribute Class
I want to test this feature. How can I bring my application to a "corrupt state"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
搞砸垃圾收集堆总是一个好方法:
Screwing up the garbage collected heap is always a good way:
只需取消引用一个随机数:
或溢出堆栈:
Just dereference a random number:
or overflow the stack:
测试
HandleProcessCorruptedStateExceptions
功能:Test
HandleProcessCorruptedStateExceptions
feature: