1

I have implemented the handling of the AsyncPostBackError. Now I want to test it.

How do simulate a AsyncPostBackError event?

4

1 回答 1

2

您可以简单地throw在被称为异步的服务器端方法中出现异常。这应该会提高您对AsyncPostBackError.

于 2011-03-02T16:47:12.870 回答