D
darrel
Trying to get back into .net again after being out of it for a while.
I'm trying to figure out the proper way to handle multiple events via a try
catch.
What I'm confused about is the proper method to handle, say, 3 separate
events: A, B, and C. I only want all 3 to execute if all 3 can successfully
execute.
Is that what a try-catch is for, or is a try/catch mainly for individual
events?
Is there a best-practice way to handle checking for 3 separate events and
only executing all 3 only if they all can execute without error?
-Darrel
I'm trying to figure out the proper way to handle multiple events via a try
catch.
What I'm confused about is the proper method to handle, say, 3 separate
events: A, B, and C. I only want all 3 to execute if all 3 can successfully
execute.
Is that what a try-catch is for, or is a try/catch mainly for individual
events?
Is there a best-practice way to handle checking for 3 separate events and
only executing all 3 only if they all can execute without error?
-Darrel