T
TJ
Hi,
In the Java script...
function....() {
try {
throw "Test";
} catch(ex) {
XDocument.UI.Alert(ex.description);
}
}
I thought that description property contatins "Test" value, however, it was
not..
How do I access the throwing message in catch block?
Which property shoud I use to access the "Test" string in catch block?
Thanks.
....................................................TJ
In the Java script...
function....() {
try {
throw "Test";
} catch(ex) {
XDocument.UI.Alert(ex.description);
}
}
I thought that description property contatins "Test" value, however, it was
not..
How do I access the throwing message in catch block?
Which property shoud I use to access the "Test" string in catch block?
Thanks.
....................................................TJ