asp.net.ph

MissingMethodException Class

System Namespace


The exception that is thrown when there is an attempt to dynamically access a method that does not exist.

MissingMethodException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public MissingMethodException ( )
public MissingMethodException ( String message )
public MissingMethodException ( String message , Exception inner )
public MissingMethodException ( String className , String methodName )

Collapse   Properties

Visibility Name Value Type Accessibility
public Message String [ Get ]

Remarks

Normally a compilation error is generated if code attempts to access a nonexistent method of a class. MissingMethodException is designed to handle cases where an attempt is made to dynamically access a renamed or deleted method of an assembly that is not referenced by its strong name. MissingMethodException is thrown when code in a dependent assembly attempts to access a missing method in an assembly that was modified.

MissingMethodException uses the HRESULT COR_E_MISSINGMETHOD, that has the value 0x80131513.

For a list of initial property values for an instance of MissingMethodException, see the MissingMethodException constructors.

See Also

Exception Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph