T
Tom
Is there any way to define your OWN exception in a form or a class? I.E. If
you wanted to define a NoDataFoundException so you could do a: Throw
NoDataFoundException.
Is this possible? And if so, how would you go about defining this? I see
lots of articles on using Try..Catch but nothing really on defining your own
exceptions.
Thanks.
Tom
you wanted to define a NoDataFoundException so you could do a: Throw
NoDataFoundException.
Is this possible? And if so, how would you go about defining this? I see
lots of articles on using Try..Catch but nothing really on defining your own
exceptions.
Thanks.
Tom