The Business Journals: Ranked: The 150 wealthiest ZIP codes in New York
Locally Researched by: Craig Douglas, Ethan Nelson and Andrew Vaupel, American City Business Journals , 6:00am EDT Editor's Note: The Business Journals evaluated almost 33,200 national ZIP ...
In the specific case of throw, throw new() is a shorthand for throw new Exception(). The feature was introduced in c# 9 and you can find the documentation as Target-typed new expressions. As you can see, there are quite a few places where it can be used (whenever the type to be created can be inferred) to make code shorter. The place where I like it the most is for fields/properties: