JSException(String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de JSException-klasse met een opgegeven foutbericht.

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)

Parameters

msg
String

Het bericht waarin de fout wordt beschreven.

Van toepassing op