Page 1 of 1

Error messages

Posted: 23 Oct 2021, 12:00
by vincenthary
For example:

TCADException = class (Exception)

TDWGInvalidPassword = class (TCADException)
TDWGInvalidFormatFile = class (TCADException)

This would make easier the actions to take according to the error type.

Thank you and very good work.
:D

Re: Error messages

Posted: 25 Oct 2021, 18:38
by support
Hello,

Thank you for the idea.

Could you please specify when the mentioned custom exceptions (DWGInvalidPassword and DWGInvalidFormatFile) should be thrown?

Mikhail