AX / D365FO – X++ exception handling
An exception is a regulated jump away from the sequence of program execution.
Use throw keyword for throwing the exception
throw Exception::error;
Global error method convert the lable into readable text
throw Global::error(“@SYS9865”);
For more information you can reach out to us at care@digivert.in or WhatsApp us at + 91 9990281800
