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