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