5 references to exception
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
Emitter\CoreBindingHelpers.cs (4)
603catch ({{Identifier.Exception}} {{Identifier.exception}}) 605throw new {{Identifier.InvalidOperationException}}($"{{exceptionArg1}}", {{Identifier.exception}}); 671catch ({{Identifier.Exception}} {{Identifier.exception}}) 673throw new {{Identifier.InvalidOperationException}}($"{{exceptionArg1}}", {{Identifier.exception}});
Emitter\Helpers.cs (1)
73public const string exception = nameof(exception);