try {
// do something big
}
catch {
// breakpoint set here:
throw CantHappenException("something horrible happened that should never happen.");
}
How do you see the exception that was originally thrown? In a watch window, enter $exception