Error Handling Activities in WF
.NET Framework 4.6.1 provides several system-provided activities for implementing error handling and recovery. For more information, see Exceptions.
Error handling activities
Activity type | Description |
---|---|
Rethrow | Rethrows the last exception thrown from within a TryCatch activity. |
Throw | Throws an exception. |
TryCatch | Implements exception handling. |
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.