C# PlatformNotSupportedException
Program.cs
Output
kodingwindow@kw:~/csharp$ dotnet runUnhandled exception. System.PlatformNotSupportedException: Thread abort is not supported on this platform. at System.Threading.Thread.Abort() at Program.<Main>$(String[] args) in /home/kodingwindow/csharp/Program.cs:line 3 kodingwindow@kw:~/csharp$
C# program to handle the PlatformNotSupportedException
Program.cs
Output
kodingwindow@kw:~/csharp$ dotnet run Some part of your code doesn't supported on this platform kodingwindow@kw:~/csharp$
What Next?
C# File Handling
Advertisement