5 references to exception
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
Emitter\CoreBindingHelpers.cs (4)
611catch ({{Identifier.Exception}} {{Identifier.exception}}) 613throw new {{Identifier.InvalidOperationException}}($"{{exceptionArg1}}", {{Identifier.exception}}); 679catch ({{Identifier.Exception}} {{Identifier.exception}}) 681throw new {{Identifier.InvalidOperationException}}($"{{exceptionArg1}}", {{Identifier.exception}});
Emitter\Helpers.cs (1)
75public const string exception = nameof(exception);