diff --git a/Source/Examples/ExampleLauncher.cs b/Source/Examples/ExampleLauncher.cs index 62ad62e1..d47bcf72 100644 --- a/Source/Examples/ExampleLauncher.cs +++ b/Source/Examples/ExampleLauncher.cs @@ -99,7 +99,7 @@ namespace Examples FieldInfo info = type.GetField("order"); order = (int)info.GetValue(null); } - catch (NullReferenceException nre) + catch (NullReferenceException) { Debug.Print("Example {0} does not have ordering info", type.FullName); order = 0;