Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.