Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Whats Wrong in Here ?
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace Rextester { public class Program { public static void Main(string[] args) { Console.WriteLine(MyFucntion()); } private static async Task<bool> MyFucntion() { return await Task.Run(()=>{ try{ throw new Exception("My Exception"); }catch(Exception e) { Console.WriteLine(e.Message); return false; } }); } } }
run
|
edit
|
history
|
help
1
Main4-5
Custom thousand separator
koko
R
as
SevenSevenSeven
FuncDelegate
Vajdalinky
Compress in C#
Hello-Newark-World