7 references to FileName
ComSvcConfig (1)
ComplusTypeValidator.cs (1)
204
return new Exception(oldException.Message + " " + SR.GetString(SR.InstallInGAC, oldException.
FileName
));
System.AddIn (2)
System\Addin\Hosting\InspectionWorker.cs (2)
234
retval.Warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AssemblyLoadFileNotFound, fnf.Message, fnf.
FileName
));
313
retval.Warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AssemblyLoadFileNotFound, fnf.Message, fnf.
FileName
));
System.Web (1)
ErrorFormatter.cs (1)
531
filename = fnfException.
FileName
;
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (1)
214
XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, e.
FileName
, 0, 0);
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (1)
307
XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, e.
FileName
, 0, 0);
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
299
if (e.
FileName
== null)