18 Dec Catching Out Of Memory Exceptions in PowerShell Catch [System.OutOfMemoryException]{ bla bla bla... } 123 Catch [System.OutOfMemoryException]{ bla bla bla... }