1 write to OnLoadException
Microsoft.Extensions.Configuration.FileExtensions (1)
FileConfigurationSource.cs (1)
72
OnLoadException
??= 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
"/>
209
if (Source.
OnLoadException
!= null)
216
Source.
OnLoadException
.Invoke(exceptionContext);