Base:
property
Message
System.Exception.Message
14 references to Message
ComSvcConfig (1)
ComplusTypeValidator.cs (1)
204
return new Exception(oldException.
Message
+ " " + SR.GetString(SR.InstallInGAC, oldException.FileName));
mscorlib (1)
system\io\filenotfoundexception.cs (1)
87
String s = GetType().FullName + ": " +
Message
;
System (4)
net\System\Net\Cache\_SingleItemRequestCache.cs (4)
128
throw new IOException(SR.GetString(SR.net_cache_retrieve_failure, fileNotFoundException.
Message
), fileNotFoundException);
144
throw new IOException(SR.GetString(SR.net_cache_retrieve_failure, fileNotFoundException.
Message
), fileNotFoundException);
158
throw new IOException(SR.GetString(SR.net_cache_retrieve_failure, fileNotFoundException.
Message
), fileNotFoundException);
170
throw new IOException(SR.GetString(SR.net_cache_retrieve_failure, fileNotFoundException.
Message
), fileNotFoundException);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
120
context.Items.SetValue(new ErrorItem { Message = e.
Message
, Details = e.ToString() });
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.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
120
context.Items.SetValue(new ErrorItem { Message = e.
Message
, Details = e.ToString() });
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
747
DesignerHelpers.ShowError(this.serviceProvider, fnf.
Message
);
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)
301
throw FxTrace.Exception.AsError((new FileNotFoundException(e.
Message
, fullPath)));