JSException クラス

定義

.NET から JavaScript への相互運用呼び出し中に発生するエラーを表します。

public ref class JSException : Exception
public class JSException : Exception
type JSException = class
    inherit Exception
Public Class JSException
Inherits Exception
継承
JSException

コンストラクター

JSException(String)

のインスタンス JSExceptionを構築します。

JSException(String, Exception)

のインスタンス JSExceptionを構築します。

適用対象