2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0168-2.cs
blobc53df44d12e80d9c0bdc7a073eb0ec46c8395639
1 // cs0168-2.cs: The variable `e' is declared but never used
2 // Line: 10
3 // Compiler options: -warn:3 -warnaserror
5 using System;
7 public class ConsoleStub {
8 public static void Main(string[] args) {
9 try {
10 } catch (Exception e) {