2 references to HostingEnvironmentException
System.Web (2)
ErrorFormatter.cs (2)
927
else if (_initialException is
HostingEnvironmentException
) {
928
String details = ((
HostingEnvironmentException
)_initialException).Details;