Sam Hu wrote:
Lars T. Kyllingstad Wrote:Yes, it's called nothrow. :)nothrow void myMethod() { ... } -LarsThanks a lot.I have tried to search in section Expression,Statment,Classes ,Handling Errors of D2 spec but no found...
It's located under "Functions": http://www.digitalmars.com/d/2.0/function.html#nothrow-functions -Lars