Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

SD5b3: Debug console/ error when executing method with no return type.

$
0
0

Hi,

I noticed an exception dump in the console each time I try to execute a method which returns nothing. For example, sometimes is useful to store the contents of a long string with File.WriteAllText or the contents of an image with image.Save, but since these methods do not return a value, the console complains with an exception dump.

Would be nicer if the console just said "nothing returned" that should suffice.

Thanks for the great work!


Viewing all articles
Browse latest Browse all 1764

Trending Articles