Cmdlet.EndProcessing Method

Definition

When overridden in the derived class, performs clean-up after the command execution. Default implementation in the base class just returns.

protected virtual void EndProcessing ();
Exceptions

This method is overridden in the implementation of individual Cmdlets, and can throw literally any exception.