2 instantiations of AppConfigException
Microsoft.Build.Tasks.Core (2)
AppConfig\AppConfig.cs (2)
53throw new AppConfigException(e.Message, appConfigFilePath, lineNumber, linePosition, e); 66throw new AppConfigException(e.Message, appConfigFilePath, lineNumber, linePosition, e);
1 reference to AppConfigException
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
2362catch (AppConfigException e)