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
Copy file name to clipboardExpand all lines: src/Constants/ExceptionMessages.cs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,8 @@ public class ExceptionMessages
21
21
publicconststringRequiredKeysNotPresentMessage="'{0}' is a key required by the application.";
22
22
publicconststringLengthOfParamsListIsZeroMessage="The length of the params list is zero.";
23
23
publicconststringEncodingNotFoundMessage="'{0}' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.";
24
+
publicconststringPropertyDoesNotMatchConfigKeyMessage="The '{0}' property does not match any configuration key.";
25
+
publicconststringKeyAssignedToPropertyIsNotSet="Could not set the value in the '{0}.{1}' property because the '{2}' key is not set.";
26
+
publicconststringFailedConvertConfigurationValueMessage="Failed to convert configuration value of '{0}' to type '{1}'. '{2}' is not a valid value for {3}.";
0 commit comments