Search found 1 match
- 23 Oct 2021, 12:00
- Forum: CAD .NET
- Topic: Error messages
- Replies: 1
- Views: 2549
Error messages
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.

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.
