J
Jack Addington
I have a 3rd control that throws an exception if the syntax of a method call
is incorrect. I am passing dynamic strings to that method so it is
acceptable that the method will fail. I have my try...catch setup as
try{ ...}
catch(Control.StrangeException sEx){ }
I get a compiler warning that I am not using sEx. I don't want to do
anything if the method fails and I would like the warnings to go away... any
ideas?
thx
jack
is incorrect. I am passing dynamic strings to that method so it is
acceptable that the method will fail. I have my try...catch setup as
try{ ...}
catch(Control.StrangeException sEx){ }
I get a compiler warning that I am not using sEx. I don't want to do
anything if the method fails and I would like the warnings to go away... any
ideas?
thx
jack