Raise errors from overridden .NET methods or implemented .NET interface members
- Last Updated: March 25, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Raise errors from overridden .NET methods or implemented .NET interface members
If you raise an ABL error from within an overridden .NET method
or an implemented .NET interface member, if the method or
property is referenced from the .NET context, the AVM converts
the error to a .NET System.ApplicationException according
to how you raise the error. For more information, see Error handling for ABL-extended .NET classes.