System Namespace
The exception that is thrown when an attempt to access a class member fails.
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.
Exception
© 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