Is there a standard “never returns” attribute for C# functions?

前端 未结 10 1647
青春惊慌失措
青春惊慌失措 2020-12-03 20:42

I have one method that looks like this:

void throwException(string msg)
{
    throw new MyException(msg);
}

Now if I write

         


        
10条回答
提交回复
热议问题