You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.Resolver.GetLog().Error(typeof(ExceptionlessConfigurationExtensions),ex,String.Concat("An error occurred while retrieving the configuration section. Exception: ",ex.Message));
config.Resolver.GetLog().Error(typeof(ExceptionlessConfigurationExtensions),String.Format("An error occurred while retrieving service type \"{0}\".",resolver.Service));
347
+
config.Resolver.GetLog().Error(typeof(ExceptionlessConfigurationExtensions),String.Format("Error retrieving service type \"{0}\".",resolver.Service));
0 commit comments