Order from one of our Cristy's Pizza store locations in Amanda, Circleville, Logan, Baltimore, and Chillicothe Ohio
The tastes you crave, the quality you trust. Cristy's Pizza has seven locations, including Amanda, Baltimore, Chillicothe, Circleville, two locations in Lancaster, and Logan, Ohio.
A new expression is the whole phrase that begins with new. So what do you call just the "new" part of it? If it's wrong to call that the new operator, then we should not call "sizeof" the sizeof operator, or & the address-of operator (when it behaves like one).
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: