Skip to content

Commit 1537690

Browse files
committed
[change] add new LoadImageErrorCode items
1 parent 7f158f8 commit 1537690

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Runtime/LoadImageErrorCode.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ public enum LoadImageErrorCode
1111
HOMOLOGOUS_ASSEMBLY_HAS_LOADED, // can not load supplementary metadata assembly for the same assembly
1212
INVALID_HOMOLOGOUS_MODE, // invalid homologous image mode
1313
PDB_BAD_FILE, // invalid pdb file
14+
UNKNOWN_IMAGE_FORMAT,
15+
UNSUPPORT_FORMAT_VERSION,
16+
UNMATCH_FORMAT_VARIANT,
1417
};
1518
}
1619

0 commit comments

Comments
 (0)