JSException(String) Konstruktor

Definice

Inicializuje novou instanci JSException třídy se zadanou chybovou zprávou.

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)

Parametry

msg
String

Zpráva, která popisuje chybu.

Platí pro