throw(MException)
| Paramètre | Description |
|---|---|
| MException | objet MException |
throw(MException) lance une exception basée sur les informations contenues dans l'objet MException.
ME = MException('nelson:errorId', 'my error')
throw(ME)
| Version | Description |
|---|---|
| 1.0.0 | version initiale |