test success, but not sure how to add stack trace info into the generated exception data

master
xieguigang 7 years ago
parent 1ca1dd0af3
commit 7e969a5d34

@ -13,6 +13,9 @@ Module Module1
Dim exceptionInvoke = InvokeInfo.CreateObject(exceptionTask, {"Here is the exception message..."})
Dim exceptionResult As Rtvl = RemoteCall.Invoke(exceptionInvoke)
' throw exception at here
exceptionResult.GetValue()
Pause()
End Sub

Loading…
Cancel
Save