jvmexceptionmsg
Description
|
If the last call to a Java method threw an exception, this parameter will hold the exception message string (
i.e. result of calling
Exception.getMessage()). Otherwise, it will be an empty string.
|
Type
|
String, read only
|
Note
|
Deprecated; use
jvmgetexceptionmsg function instead.
|