2 references to GetException
Microsoft.DotNet.HotReload.Watch (1)
FileWatcher\EventBasedDirectoryWatcher.cs (1)
38
var exception = e.
GetException
();
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
384
Exception? error = e.
GetException
();