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

エラーを説明するメッセージ。

適用対象