Parameters
exception | Ada exception name. |
unhandled | Whether to catch only unhandled exceptions. |
temporary | Whether the catchpoint should be deleted after it is hit. |
Returns
A pending command for
catch exception.MiPendingCommand breakExceptionAdd(string exception = null, bool unhandled = false, bool temporary = false) @trustedAdds an Ada exception catchpoint.
exception | Ada exception name. |
unhandled | Whether to catch only unhandled exceptions. |
temporary | Whether the catchpoint should be deleted after it is hit. |
catch exception.