Error messages

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
vincenthary
Posts: 1
Joined: 23 Oct 2021, 07:23

Error messages

Post by vincenthary » 23 Oct 2021, 12:00

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

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Error messages

Post by support » 25 Oct 2021, 18:38

Hello,

Thank you for the idea.

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

Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply