Base:
property
Message
System.Exception.Message
12 references to Message
Aspire.Dashboard.Tests (1)
Integration\StartupTests.cs (1)
193Assert.Contains(configFilePath, ex.Message);
csc (1)
src\roslyn\src\Compilers\CSharp\csc\Program.cs (1)
24Console.WriteLine(e.Message);
Microsoft.Build (1)
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
493ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.AssemblyLocation, e.Message);
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\ReferenceTable.cs (2)
697reference.AddError(new BadImageReferenceException(e.Message, e)); 1217reference.AddError(new DependencyResolutionException(e.Message, e));
Microsoft.NET.Sdk.Publish.Tasks (1)
MsDeploy\CommonUtility.cs (1)
409ex.Message);
NuGet.Packaging (2)
PackageCreation\Authoring\PackageBuilder.cs (2)
687string.Format(CultureInfo.CurrentCulture, NuGetResources.IconCannotOpenFile, iconPath, e.Message)); 808string.Format(CultureInfo.CurrentCulture, NuGetResources.ReadmeCannotOpenFile, readmePath, e.Message));
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEventArgs.Unix.cs (1)
280throw new DirectoryNotFoundException(fnfe.Message, dirname);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (1)
76string s = GetType().ToString() + ": " + Message;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2362Debug.Fail(e.Message);
vbc (1)
src\roslyn\src\Compilers\VisualBasic\vbc\Program.cs (1)
26Console.WriteLine(e.Message);