JSException(String) Constructor

Definition

Initializes a new instance of the JSException class with a specified error message.

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

The message that describes the error.

Applies to