1 instantiation of FileLoadExceptionContext
Microsoft.Extensions.Configuration.FileExtensions (1)
FileConfigurationProvider.cs (1)
141var exceptionContext = new FileLoadExceptionContext
5 references to FileLoadExceptionContext
Microsoft.Extensions.Configuration.FileExtensions (5)
FileConfigurationExtensions.cs (3)
69public static IConfigurationBuilder SetFileLoadExceptionHandler(this IConfigurationBuilder builder, Action<FileLoadExceptionContext> handler) 82public static Action<FileLoadExceptionContext>? GetFileLoadExceptionHandler(this IConfigurationBuilder builder) 88return handler as Action<FileLoadExceptionContext>;
FileConfigurationProvider.cs (1)
141var exceptionContext = new FileLoadExceptionContext
FileConfigurationSource.cs (1)
51public Action<FileLoadExceptionContext>? OnLoadException { get; set; }