नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Creates an Error object that represents the Sys.NotImplementedException exception.
var err = Error.notImplemented(message);
Arguments
- message
(Optional) An error message string. The value can be null. If message is null, a default message is used.
Return Value
An Error object.
Remarks
The notImplemented function lets you communicate that an exception has occurred when a requested method is not supported by an object.
See Also
Reference
Concepts
Debugging and Tracing Ajax Applications Overview