JSException(String) 생성자

정의

지정된 오류 메시지를 사용하여 JSException 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

msg
String

오류를 설명하는 메시지입니다.

적용 대상