Base:
property
Message
System.Exception.Message
14 references to Message
ComSvcConfig (1)
ComplusTypeValidator.cs (1)
204return new Exception(oldException.Message + " " + SR.GetString(SR.InstallInGAC, oldException.FileName));
mscorlib (1)
system\io\filenotfoundexception.cs (1)
87String s = GetType().FullName + ": " + Message;
System (4)
net\System\Net\Cache\_SingleItemRequestCache.cs (4)
128throw new IOException(SR.GetString(SR.net_cache_retrieve_failure, fileNotFoundException.Message), fileNotFoundException); 144throw new IOException(SR.GetString(SR.net_cache_retrieve_failure, fileNotFoundException.Message), fileNotFoundException); 158throw new IOException(SR.GetString(SR.net_cache_retrieve_failure, fileNotFoundException.Message), fileNotFoundException); 170throw 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)
120context.Items.SetValue(new ErrorItem { Message = e.Message, Details = e.ToString() });
System.AddIn (2)
System\Addin\Hosting\InspectionWorker.cs (2)
234retval.Warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AssemblyLoadFileNotFound, fnf.Message, fnf.FileName)); 313retval.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)
120context.Items.SetValue(new ErrorItem { Message = e.Message, Details = e.ToString() });
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
747DesignerHelpers.ShowError(this.serviceProvider, fnf.Message);
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs (1)
214XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, e.FileName, 0, 0);
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (1)
307XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, e.FileName, 0, 0);
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
301throw FxTrace.Exception.AsError((new FileNotFoundException(e.Message, fullPath)));