Base:
property
Message
System.Exception.Message
11 references to Message
csc (1)
src\Compilers\CSharp\csc\Program.cs (1)
24Console.WriteLine(e.Message);
Microsoft.AspNetCore.Http.Results.Tests (1)
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (1)
481Assert.Equal(expectedMessage, ex.Message);
Microsoft.AspNetCore.Mvc.Core.Test (1)
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (1)
481Assert.Equal(expectedMessage, ex.Message);
Microsoft.Build (1)
ManagedFileSystem.cs (1)
80throw new InvalidOperationException(ex.Message, ex);
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\ReferenceTable.cs (2)
676reference.AddError(new BadImageReferenceException(e.Message, e)); 1196reference.AddError(new DependencyResolutionException(e.Message, e));
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
3727AssertEx.Equal([$"{document1.Project.FilePath}: (0,0)-(0,0): Error ENC1001: {string.Format(FeaturesResources.ErrorReadingFile, "test-pdb", new FileNotFoundException().Message)}"], InspectDiagnostics(emitDiagnostics));
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEventArgs.Unix.cs (1)
280throw new DirectoryNotFoundException(fnfe.Message);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\FileNotFoundException.cs (1)
75string s = GetType().ToString() + ": " + Message;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2380Debug.Fail(e.Message);
vbc (1)
src\Compilers\VisualBasic\vbc\Program.cs (1)
26Console.WriteLine(e.Message);