asp.net.ph

MissingFieldException Class

System Namespace


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

MissingFieldException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public MissingFieldException ( )
public MissingFieldException ( String message )
public MissingFieldException ( String message , Exception inner )
public MissingFieldException ( String className , String fieldName )

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 member of a class. MissingFieldException is designed to handle cases where an attempt is made to dynamically access a renamed or deleted field of an assembly that is not referenced by its strong name. The MissingFieldException is thrown when code in a dependent assembly attempts to access a missing field in an assembly that was modified.

MissingFieldException uses the HRESULT COR_E_MISSINGFIELD, that has the value 0x80131511.

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

See Also

Exception Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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