JSException(String) 构造函数

定义

使用指定的错误消息初始化 JSException 类的新实例。

public:
 JSException(System::String ^ msg);
public JSException (string msg);
new System.Runtime.InteropServices.JavaScript.JSException : string -> System.Runtime.InteropServices.JavaScript.JSException
Public Sub New (msg As String)

参数

msg
String

描述错误的消息。

适用于