10 references to AppHostMachOFormatException
Microsoft.NET.HostModel (10)
MachO\MachObjectFile.cs (10)
82throw new AppHostMachOFormatException(MachOFormatError.Not64BitExe); 353throw new AppHostMachOFormatException(MachOFormatError.SignCommandNotLast); 376throw new AppHostMachOFormatException(MachOFormatError.DuplicateLinkEdit); 384throw new AppHostMachOFormatException(MachOFormatError.DuplicateSymtab); 392throw new AppHostMachOFormatException(MachOFormatError.MissingLinkEdit); 394throw new AppHostMachOFormatException(MachOFormatError.MissingSymtab); 396throw new AppHostMachOFormatException(MachOFormatError.LinkEditNotLast); 402throw new AppHostMachOFormatException(MachOFormatError.SymtabNotInLinkEdit); 410throw new AppHostMachOFormatException(MachOFormatError.SignDoesntFollowSymtab); 416throw new AppHostMachOFormatException(MachOFormatError.SignNotInLinkEdit);