FileConfigurationExtensions.GetFileLoadExceptionHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a default action to be invoked for file-based providers when an error occurs.
public:
[System::Runtime::CompilerServices::Extension]
static Action<Microsoft::Extensions::Configuration::FileLoadExceptionContext ^> ^ GetFileLoadExceptionHandler(Microsoft::Extensions::Configuration::IConfigurationBuilder ^ builder);
public static Action<Microsoft.Extensions.Configuration.FileLoadExceptionContext>? GetFileLoadExceptionHandler (this Microsoft.Extensions.Configuration.IConfigurationBuilder builder);
static member GetFileLoadExceptionHandler : Microsoft.Extensions.Configuration.IConfigurationBuilder -> Action<Microsoft.Extensions.Configuration.FileLoadExceptionContext>
<Extension()>
Public Function GetFileLoadExceptionHandler (builder As IConfigurationBuilder) As Action(Of FileLoadExceptionContext)
Parameters
- builder
- IConfigurationBuilder
Returns
The The Action to be invoked on a file load exception, if set.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.