12 references to MachOFormatError
Microsoft.NET.HostModel (12)
AppHost\AppHostExceptions.cs (2)
26public readonly MachOFormatError Error; 28internal AppHostMachOFormatException(MachOFormatError error)
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);