using System;
public class Program {
public static void Main() {
try {
throw new AccessViolationException ();
} catch (AccessViolationException ex){
Console.WriteLine(ex);
}