throw
throw error.
📝Syntax
throw(MException)
📥Input Arguments
Parameter Description
MException MException object
📄Description

throw(MException) throws an exception based on the information contained in the MException object, exception.

💡Examples
ME = MException('nelson:errorId', 'my error')
throw(ME)
🔗See Also
MExceptionrethrowthrowAsCaller
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub