Throwing exceptions

Nuva Language

Throwing exceptions


wasuplee123 07-21-2008, 3:59 PM
I noticed that both the raise and throw words are keywords... I was wondering if there is a way to throw an exception with a specific message.

Re: Throwing exceptions


Bill 07-22-2008, 1:41 AM
please use:

  system.runtime.throw(exceptionString)

Powered by Community Server, by Telligent Systems