JSException(String) Oluşturucu

Tanım

Belirtilen hata iletisiyle JSException sınıfının yeni bir örneğini başlatır.

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)

Parametreler

msg
String

Hatayı açıklayan ileti.

Şunlara uygulanır