Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
nested try catch
//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; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here try{ try{ int b=5; int c=0; Console.WriteLine("1"); int a=b/c; } catch(Exception ex){ throw ex; Console.WriteLine("2"); } finally{ Console.WriteLine("aaa"); } } catch{ Console.WriteLine("3"); } finally{ Console.WriteLine("4"); } } } }
run
|
edit
|
history
|
help
0
Add char to non-numerical words only
User Defined Exception (Inherited from built-in Exception class)
StringFormatting
enum extension
count the occurrence of each distinct item in the array - Seeni
30272 Program Ex1
Examples of JS-Like higher-order functions in C#
RomaSlot2
https://www.facebook.com/gluncev
Prac1_A