Error Handling Activities in WF
This topic applies to Windows Workflow Foundation 4 (WF4).
.NET Framework version 4 provides several system-provided activities for implementing error handling and recovery. For more information, seeExceptions.
Error handling activities
Rethrows the last exception thrown from within a TryCatch activity. |
|
Throws an exception. |
|
Implements exception handling. |