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 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.
Exception