Non-terminating

Exceptions in PowerShell are, by default, non-terminating. This behavior can be overridden per cmdlet or by setting the built-in $ErrorActionPreference variable. All errors that occurr during your session are recorded in the built-in $error variable, which is a list with a capacity of 256 errors.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset