using System;
public class Program
{
public static void Main()
try{
throw new ArgumentException("moje");
}catch(NullReferenceException e){
Console.WriteLine("catch");
}