IConfigChangeListener.ConfigurationLoadingFailed 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.
Invoked when an error occurs while loading the configuration.
public void ConfigurationLoadingFailed (Yarp.ReverseProxy.Configuration.IProxyConfigProvider configProvider, Exception exception);
abstract member ConfigurationLoadingFailed : Yarp.ReverseProxy.Configuration.IProxyConfigProvider * Exception -> unit
Public Sub ConfigurationLoadingFailed (configProvider As IProxyConfigProvider, exception As Exception)
Parameters
- configProvider
- IProxyConfigProvider
The instance of the configuration provider that failed to provide the configuration.
- exception
- Exception
The thrown exception.