1
00:00:00,340 --> 00:00:05,140
So in summary, we looked at how errors and exceptions work.

2
00:00:05,140 --> 00:00:08,780
We also reviewed the differences between errors and exceptions and

3
00:00:08,780 --> 00:00:11,840
what that looks like within PowerShell itself.

4
00:00:11,840 --> 00:00:15,340
And we then used TRY, CATCH,

5
00:00:15,340 --> 00:00:19,410
and FINALLY statements within functions to see how they would

6
00:00:19,410 --> 00:00:29,000
impact the flow of our PowerShell scripts. Up next: Writing Reusable PowerShell Scripts.

