asp.net.ph

MemberAccessException Class

System Namespace


The exception that is thrown when an attempt to access a class member fails.

MemberAccessException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public MemberAccessException ( String message )
public MemberAccessException ( )
public MemberAccessException ( String message , Exception inner )

Remarks

MemberAccessException is the base class for FieldAccessException, MethodAccessException, MissingMemberException, MissingMethodException, and MissingFieldException. These exceptions are thrown when a class member is not found or access to the member is not permitted.

MemberAccessException is thrown by the following methods: Invoke of the System.Reflection classes, GetValue of the FieldInfo class, and DynamicInvoke of the Delegate class.

MemberAccessException uses the HRESULT COR_E_MEMBERACCESS, which has the value 0x8013151A.

For a list of initial property values for an instance of MemberAccessException, see the MemberAccessException 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