Line below in my VS and works fine I checked in and my colleague get these code piece..
vm.MuayeneId = (MuayeneId ?? SessionItems.AktifMuayene?.MuayeneId) ?? throw new Exception("Muayene Id bulunamadi");
Somehow in his Visual Studio compiler draw the red line under throw keyword and says "; expected". Next line of these code yellow line and says "Unreachable code.."
This is how it looks;
My colleague has also .NET 4.6.2 installed in his PC.. so what may cause this?