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