Error.notImplemented 함수
업데이트: 2007년 11월
Sys.NotImplementedException 예외를 나타내는 Error 개체를 만듭니다.
var err = Error.notImplemented(message);
인수
- message
(선택적 요소) 오류 메시지 문자열입니다. 값은 null이 될 수 있습니다. message가 null인 경우에는 기본 메시지가 사용됩니다.
반환 값
Error 개체입니다.
설명
notImplemented 함수를 사용하면 개체에서 지원하지 않는 메서드를 요청한 경우 예외가 발생했음을 알릴 수 있습니다.