You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add about_Error_Handling and fix error terminology across docs
Create a comprehensive about_Error_Handling reference topic that documents
PowerShell's three error categories: non-terminating, statement-terminating,
and script-terminating errors. Correct false claims in about_CommonParameters
and about_Preference_Variables that state -ErrorAction and
$ErrorActionPreference have "no effect on terminating errors." Update
about_Try_Catch_Finally, about_Throw, about_Trap, and
everything-about-exceptions to use precise terminology consistent with
existing usage in about_Calculated_Properties, about_Pipeline_Chain_Operators,
and about_Pwsh.
Fixes#1583
0 commit comments