Interview Questions

What is the exception that is thrown when there is an attempt to dynamically access a method that does not exist?

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What is the exception that is thrown when there is an attempt to dynamically access a method that does not exist?

What is the exception that is thrown when there is an attempt to dynamically access a method that does not exist?
* MissingMethodException
* TypeLoadException
* MethodLoadException
* MethodAccessException


MissingMethodException

(Continued on next question...)

Other Interview Questions