Syntax

Hi,

what is the syntax to check if io_BusinessException (BusinessRuleException) is Null?

Thx. KR, Vanja

Hi @VanjaV

You can simply check as

if (io_BusinessException is Nothing)

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.