다음을 통해 공유


GlobalObject.SyntaxError 속성

정의

ErrorConstructor 개체에 대한 참조를 가져옵니다. 이 개체는 SyntaxError로 초기화됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static property Microsoft::JScript::ErrorConstructor ^ SyntaxError { Microsoft::JScript::ErrorConstructor ^ get(); };
public static Microsoft.JScript.ErrorConstructor SyntaxError { get; }
member this.SyntaxError : Microsoft.JScript.ErrorConstructor
Public Shared ReadOnly Property SyntaxError As ErrorConstructor

속성 값

ErrorConstructor

ErrorConstructor 개체에 대한 참조입니다. 이 개체는 SyntaxError로 초기화됩니다.

적용 대상