We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ConvertTo
1 parent 83ea029 commit b37c265Copy full SHA for b37c265
src/Serilog.Settings.Configuration/Settings/Configuration/ConfigurationSectionArgumentValue.cs
@@ -33,7 +33,7 @@ public object ConvertTo(Type toType)
33
return new Action<LoggerConfiguration>(_configReader.Configure);
34
}
35
36
- throw new Exception($"Handling {configurationType} is not implemented.");
+ throw new ArgumentException($"Handling {configurationType} is not implemented.");
37
38
39
0 commit comments