asp.net.ph

InvalidProgramException Class

System Namespace


The exception that is thrown when a program contains an invalid IL or metadata. Generally this indicates a bug in a compiler.

InvalidProgramException Class Members

Collapse   Constructors

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

Remarks

InvalidProgramException uses the HRESULT COR_E_INVALIDPROGRAM, which has the value 0x8013153A.

For a list of initial property values for an instance of InvalidProgramException, see the InvalidProgramException constructors.

See Also

Exception Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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