1 instantiation of AppNameTooLongException
Microsoft.NET.HostModel (1)
AppHost\HostWriter.cs (1)
80throw new AppNameTooLongException(appBinaryFilePath, MaxAppBinaryPathSizeInBytes);
2 references to AppNameTooLongException
Microsoft.NET.Build.Tasks (2)
CreateAppHost.cs (1)
139catch (AppNameTooLongException ex)
GenerateShims.cs (1)
136catch (AppNameTooLongException ex)