1 write to OnLoadException
Microsoft.Extensions.Configuration.FileExtensions (1)
FileConfigurationSource.cs (1)
72OnLoadException ??= builder.GetFileLoadExceptionHandler();
4 references to OnLoadException
Microsoft.Extensions.Configuration.FileExtensions (4)
FileConfigurationProvider.cs (4)
190/// <see cref="Load()"/> method. Use the source <see cref="FileConfigurationSource.OnLoadException"/> callback 193/// underlying file provider may also be thrown. Use the source <see cref="FileConfigurationSource.OnLoadException"/> 209if (Source.OnLoadException != null) 216Source.OnLoadException.Invoke(exceptionContext);