FieldAccessException Class
The exception that is thrown when there is an invalid attempt to access a private or protected field inside a class.
Assembly: mscorlib (in mscorlib.dll)
This exception is typically thrown when the access level of a field in a class library is changed, and one or more assemblies referencing the library have not been recompiled.
FieldAccessException uses the HRESULT COR_E_FIELDACCESS, which has the value 0x80131507.
For a list of initial property values for an instance of FieldAccessException, see the FieldAccessException constructors.
System.Exception
System.SystemException
System.MemberAccessException
System.FieldAccessException
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.