You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FromValue method, documentation says KeyNotFoundException is thrown if the value is not found,
whereas source code actually shows a more specific exception is thrown.
Documentation should specify that a SmartEnumNotFoundException is thrown.
In FromValue method, documentation says KeyNotFoundException is thrown if the value is not found,
whereas source code actually shows a more specific exception is thrown.
Documentation should specify that a SmartEnumNotFoundException is thrown.
FromValue method:
Source code:
SmartEnum/src/SmartEnum/SmartEnum.cs
Line 216 in c3f8e56
The text was updated successfully, but these errors were encountered: