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)
98
throw new AppHostMachOFormatException(
MachOFormatError
.Not64BitExe);
371
throw new AppHostMachOFormatException(
MachOFormatError
.SignCommandNotLast);
394
throw new AppHostMachOFormatException(
MachOFormatError
.DuplicateLinkEdit);
402
throw new AppHostMachOFormatException(
MachOFormatError
.DuplicateSymtab);
410
throw new AppHostMachOFormatException(
MachOFormatError
.MissingLinkEdit);
412
throw new AppHostMachOFormatException(
MachOFormatError
.MissingSymtab);
414
throw new AppHostMachOFormatException(
MachOFormatError
.LinkEditNotLast);
420
throw new AppHostMachOFormatException(
MachOFormatError
.SymtabNotInLinkEdit);
428
throw new AppHostMachOFormatException(
MachOFormatError
.SignDoesntFollowSymtab);
434
throw new AppHostMachOFormatException(
MachOFormatError
.SignNotInLinkEdit);