JSException(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy JSException z określonym komunikatem o błędzie.

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

Komunikat opisujący błąd.

Dotyczy