When I pass something into ArgumentNullException I was expecting it to
show up as part of the error message.  I assumed because when using
NotSupportedException I know it does.  What am I missing?
____________________________

When I call:
-----------
throw new ArgumentNullException ("Add This Message"); 
-----------

I get:
-----------
Exception System.ArgumentNullException was thrown in debuggee:
Value cannot be null.

BtnExceptionClick()
...
-----------


When I call:
-----------
throw new NotSupportedException ("Add This Message");
-----------

I get:
-----------
Exception System.NotSupportedException was thrown in debuggee:
Add This Message

BtnExceptionClick()
...
-----------
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to