B
Boni
Dear all,
is it possible to handle 2 exception tipes in one block?
I.e
Try
if XXX then
throw new TypeA
else
throw new TypeB
end if
Catch x As TypeA
Doa
End Try
Catch x As TypeB
DoB
End Try
is it possible to handle 2 exception tipes in one block?
I.e
Try
if XXX then
throw new TypeA
else
throw new TypeB
end if
Catch x As TypeA
Doa
End Try
Catch x As TypeB
DoB
End Try