6 instantiations of IBCException
ILCompiler.ReadyToRun (6)
IBC\IBCDataModel.cs (1)
123
throw new
IBCException
("Unsupported iteratorKind");
IBC\IBCDataReader.cs (5)
136
throw new
IBCException
("Invalid file header");
167
throw new
IBCException
("Minified flag is set but the file's version should not support it.");
183
throw new
IBCException
(String.Format("Version mismatch: {0}.{1} not between {2}.{3} and {4}.{5}",
198
throw new
IBCException
("Invalid file footer");
609
throw new
IBCException
("Unexpected blob type in V1 file.");