12 references to MachOFormatError
Microsoft.NET.HostModel (12)
AppHost\AppHostExceptions.cs (2)
26
public readonly
MachOFormatError
Error;
28
internal AppHostMachOFormatException(
MachOFormatError
error)
MachO\MachObjectFile.cs (10)
82
throw new AppHostMachOFormatException(
MachOFormatError
.Not64BitExe);
353
throw new AppHostMachOFormatException(
MachOFormatError
.SignCommandNotLast);
376
throw new AppHostMachOFormatException(
MachOFormatError
.DuplicateLinkEdit);
384
throw new AppHostMachOFormatException(
MachOFormatError
.DuplicateSymtab);
392
throw new AppHostMachOFormatException(
MachOFormatError
.MissingLinkEdit);
394
throw new AppHostMachOFormatException(
MachOFormatError
.MissingSymtab);
396
throw new AppHostMachOFormatException(
MachOFormatError
.LinkEditNotLast);
402
throw new AppHostMachOFormatException(
MachOFormatError
.SymtabNotInLinkEdit);
410
throw new AppHostMachOFormatException(
MachOFormatError
.SignDoesntFollowSymtab);
416
throw new AppHostMachOFormatException(
MachOFormatError
.SignNotInLinkEdit);