10 references to AppHostMachOFormatException
Microsoft.NET.HostModel (10)
MachO\MachObjectFile.cs (10)
98throw new AppHostMachOFormatException(MachOFormatError.Not64BitExe); 371throw new AppHostMachOFormatException(MachOFormatError.SignCommandNotLast); 394throw new AppHostMachOFormatException(MachOFormatError.DuplicateLinkEdit); 402throw new AppHostMachOFormatException(MachOFormatError.DuplicateSymtab); 410throw new AppHostMachOFormatException(MachOFormatError.MissingLinkEdit); 412throw new AppHostMachOFormatException(MachOFormatError.MissingSymtab); 414throw new AppHostMachOFormatException(MachOFormatError.LinkEditNotLast); 420throw new AppHostMachOFormatException(MachOFormatError.SymtabNotInLinkEdit); 428throw new AppHostMachOFormatException(MachOFormatError.SignDoesntFollowSymtab); 434throw new AppHostMachOFormatException(MachOFormatError.SignNotInLinkEdit);