using System;
public class Program
{
public static void Main()
try{
Method();
}
catch (Exception ex){
Console.WriteLine(ex.ToString());
public static void Method(){
throw new Exception("MADONN");