Skip to content

Commit

Permalink
Added two unknown facility_urt codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Jun 17, 2024
1 parent a13c43d commit 3a722d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Elmah.Io.HResults/Facilities/FacilityUrtResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,8 @@ internal override Code Resolve(bool failure, int code)
5376 => new Code(code, "COR_E_EXCEPTION"),
4167 => new Code(code, "FUSION_E_INVALID_NAME", "The given assembly name or codebase was invalid."),
4359 => new Code(code, "CLDB_E_FILE_OLDVER", "Old version error."),
6402 => Unknown(code), // A configuration error but not documented anywhere
6460 => Unknown(code), // This is a known code from Entity Framework but Microsoft won't document it: https://github.com/dotnet/ef6/issues/2259#issuecomment-2169658411
_ => Unknown(code),
};
}
Expand Down

0 comments on commit 3a722d8

Please sign in to comment.