Share via


FileConfigurationSource.OnLoadException Propiedad

Definición

Se llamará si se produce una excepción no detectada en FileConfigurationProvider.Load.

public:
 property Action<Microsoft::Extensions::Configuration::FileLoadExceptionContext ^> ^ OnLoadException { Action<Microsoft::Extensions::Configuration::FileLoadExceptionContext ^> ^ get(); void set(Action<Microsoft::Extensions::Configuration::FileLoadExceptionContext ^> ^ value); };
public Action<Microsoft.Extensions.Configuration.FileLoadExceptionContext>? OnLoadException { get; set; }
member this.OnLoadException : Action<Microsoft.Extensions.Configuration.FileLoadExceptionContext> with get, set
Public Property OnLoadException As Action(Of FileLoadExceptionContext)

Valor de propiedad

Se aplica a