gpt4 book ai didi

c# - C#中Javascript异常消息

转载 作者:行者123 更新时间:2023-11-28 10:33:02 25 4
gpt4 key购买 nike

我正在 Silverlight 中进行一些单元测试。因此我调用了一些 javascript 函数。我想知道如何获取javascript中抛出的异常的消息。这可能吗?

谢谢!彼得

最佳答案

给你:

try {

foo();

} catch (e) {

alert("An exception occurred in the script. Error name: " + e.name
+ ". Error message: " + e.message); }

<编辑>抱歉,我刚刚意识到您在 C# 代码中需要这个。为此,您必须获取此数据并以某种方式将其传递到 C# 代码中,无论是通过 AJAX 还是表单提交或其他方式。

关于c# - C#中Javascript异常消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2492889/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com