[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs0168-2.cs
blobcd4a4275e58a6b40c40d18c66d0cb77ecad5a421
1 // CS0168: 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) {