Stop Error Message
-
How I can Stop Error Message When any exception occurred like where divide by zero exception occurred then error message came. But I don't want to display that message and come my message. Please give any Query example to stop error message.:confused: Rakesh Jha
-
How I can Stop Error Message When any exception occurred like where divide by zero exception occurred then error message came. But I don't want to display that message and come my message. Please give any Query example to stop error message.:confused: Rakesh Jha
-
use loop
try { //Divide by zero } catch { //do not write any code line. If u divide by zero, gonna executed code in catch section but in //catch do not write code and then u not gonna get error message }
-- modified at 6:27 Saturday 10th June, 2006albCode wrote:
use loop
I don't see a loop :confused:
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871) My: Website | Blog