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.
即使在抛出异常之后,我也想执行一个特定的活动,就像一个try{}finally{}块一样。
try{}finally{}
是否可以使用 WF v3.5 进行顺序工作流程?
在WF3中没有这样的东西,这是他们在WF4中添加的东西。
在 Wf3 中,您需要添加一个错误处理程序,执行您的活动并使用 ThrowActivity 再次引发异常。