Search notes:

System.Exception (class)

System.Exception is the base class for objects that represent exceptions.
In C#, instances of System.Exceptions can be passed from a throw statement to a receiver in a catch block.

See also

The method IsError of Microsoft.VisualBasic.Information.
PowerShell: try, catch and finally blocks

Index