1 instantiation of BootstrapException
dotnet-svcutil-lib (1)
Bootstrapper\SvcutilBootstrapper.cs (1)
206
throw new
BootstrapException
(string.Format(CultureInfo.CurrentCulture, "{0}{1}{2}", exception.Message, Environment.NewLine, Resource.BootstrapErrorDisableReferences));
1 reference to BootstrapException
dotnet-svcutil-lib (1)
Tool.cs (1)
366
else if (ex is
BootstrapException
bootstrapEx)