Skip to content

Commit

Permalink
Always return an error code
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Nov 14, 2023
1 parent 7d3d471 commit 426760b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elmah.Io.HResults/Facility/FacilityUrt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public FacilityUrt() : base("FACILITY_URT")
case 5632: return "COR_E_APPLICATION";
}

return null;
return $"{errorCode}";
}
}
}

0 comments on commit 426760b

Please sign in to comment.