MemberAccessException Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class MemberAccessException Inherits SystemException 'Usage Dim instance As MemberAccessException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class MemberAccessException extends SystemException
SerializableAttribute ComVisibleAttribute(true) public class MemberAccessException extends SystemException
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, that has the value 0x8013151A.
For a list of initial property values for an instance of MemberAccessException, see the MemberAccessException constructors.
System.Exception
System.SystemException
System.MemberAccessException
System.FieldAccessException
System.MethodAccessException
System.MissingMemberException
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.