MemberAccessException Class
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class MemberAccessException : public SystemException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class MemberAccessException extends SystemException
SerializableAttribute ComVisibleAttribute(true) public class MemberAccessException extends SystemException
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.