lastExceptionClass
We've encountered an issue exporting this macro. Please try exporting again later.
Syntax | lastExceptionClass() | Package | |
Alias | Pkg Usage |
Description
Return Type
String
Example
try {
runAs("user_that_does_not_exist");
} catch string err {
// will not catch error here
} catch {
runnerLog("Class:" + lastExceptionClass());
runnerLog("Message:" + lastExceptionMessage());
}Example Output
See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
