Throwing NullReferenceException is a normal part of the operation of
a part of my program, sometimes several thousands will be thrown.


Then you *really* should review the logic in your program. Controlling logic
through exception throwing is generally pretty bad programming practice.

If a null value is an expected input then you should be able to program
proper handling for it. Exceptions should only be thrown in exceptional
circumstances.

Alan
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to