Previous Topic: ArgumentsNext Topic: Default Behavior


Return Code

To indicate an error condition, throw a GenException (i.e. throw new GenException("error message")).

To indicate an access failure, throw an UnauthorizedAccessException.