What is a simple Noop statement in C#, that doesn\'t require implementing a method? (Inline/Lambda methods are OK, though.)
My current use case: I want to occupy the c
In addition to the answers that directly answer the question.
If you just want to break, then you could always put the breakpoint on the opening { or closing } of the catch block.
{
}
catch