C
Cc
hi,
is there a shortcut way of writting catch multi exception becase it causing
me to repeat coding.
for example
try
catch e as odbcexception
'the code here are same
catch e as InvalidOperationException
'the code here are same
end catch
is there posible of writing to merge both exception into 1?
is there a shortcut way of writting catch multi exception becase it causing
me to repeat coding.
for example
try
catch e as odbcexception
'the code here are same
catch e as InvalidOperationException
'the code here are same
end catch
is there posible of writing to merge both exception into 1?