1 write to OnLoadException
Microsoft.Extensions.Configuration.FileExtensions (1)
FileConfigurationSource.cs (1)
67OnLoadException ??= builder.GetFileLoadExceptionHandler();
3 references to OnLoadException
Microsoft.Extensions.Configuration.FileExtensions (3)
FileConfigurationProvider.cs (3)
123/// <see cref="Load()"/> method. Use the source <see cref="FileConfigurationSource.OnLoadException"/> callback 139if (Source.OnLoadException != null) 146Source.OnLoadException.Invoke(exceptionContext);