G
Guest
I am working on a web project (web-site) in Visual Studio 2005 in the C#
language and want to bring up a sort of error message window as part of my
try and catch blocks on certain parts of my code. At the moment just using
the basic Console.Writeline to output the Exception's message (which as you
can imagine is not much use on a Website!!). Please can someone show me the
basic code to output a window or a form with the error message from a try and
catch statement please..
language and want to bring up a sort of error message window as part of my
try and catch blocks on certain parts of my code. At the moment just using
the basic Console.Writeline to output the Exception's message (which as you
can imagine is not much use on a Website!!). Please can someone show me the
basic code to output a window or a form with the error message from a try and
catch statement please..