endpoint.tv: Fault Handling in WF

endpoint.tv

Welcome to the latest video in the weekly WF/WCF Screencast series. In this short video, CSD MVP Matt Milner from PluralSight guides the viewer through how fault handling works in Windows Workflow Foundation (WF) 3.5. In this screencast, Matt starts with an existing workflow application (a cons...

Running time
0h14m
File size
6.00MB

Download Original File | View original post

Episode synopsis

Welcome to the latest video in the weekly WF/WCF Screencast series.

In this short video, CSD MVP Matt Milner from PluralSight guides the viewer through how fault handling works in Windows Workflow Foundation (WF) 3.5.

In this screencast, Matt starts with an existing workflow application (a console application), and adds a custom activity that throws an exception. Initially, Matt demonstrates how this is thrown and it's effect on the workflow instance. He then demonstrates how to add fault handlers into a WF sequence to handle faults in a more graceful manner - very similar to the C# try/catch pattern. Matt also explains how exceptions 'bubble up' within a WF workflow - very similar to standard .NET applications.

For additional information on WF, please check out the WF Dev Center on MSDN and the .NET Endpoint team blog. For more information on classes offered by Aaron and the PluralSight folks, check out their catalog of instructor led courses and new online courses that cover a variety of Microsoft technologies, ranging from .NET v3.5 to WSS to BizTalk server.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan