InvalidProgramException

InvalidProgramException CF 1.0, ECMA 1.0, serializable

System (mscorlib.dll) sealed class

This exception indicates that the .NET execution engine found some invalid code or metadata in a program. This can be caused by a compiler bug that generates malformed MSIL (Microsoft Intermediate Language) instructions.

 public sealed class  InvalidProgramException  : SystemException {  // Public Constructors  public  InvalidProgramException  ( );    public  InvalidProgramException  (string   message   );    public  InvalidProgramException  (string   message   , Exception   inner   ); } 

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException InvalidProgramException



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net