Partager via


FileConfigurationSource.OnLoadException Propriété

Définition

Est appelé si une exception non interceptée se produit dans 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)

Valeur de propriété

S’applique à