How to avoid warning message like "Empty compound statement" in AXAPTA
As:
Simply call the below method inside your while loop or catch block to avoid best practice error
Call exceptionTextFallThrough(); in the block. It does nothing, it's there just to say that you're intentionally not doing anything there (and to satisfy compiler).
Happy
Daxing.....
As:
Simply call the below method inside your while loop or catch block to avoid best practice error
Call exceptionTextFallThrough(); in the block. It does nothing, it's there just to say that you're intentionally not doing anything there (and to satisfy compiler).
Happy
Daxing.....
No comments:
Post a Comment