asp.net.ph

FieldAccessException Class

System Namespace


The exception that is thrown when there is an illegal attempt to access a private or protected field inside a class.

FieldAccessException Class Members

Collapse   Constructors

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

Remarks

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.

See Also

Exception Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note