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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา