* ExceptionHandlingClause.cs: Disable default constructor. svn path=/trunk/mcs/; revision=34474
@@ -1,3 +1,7 @@
+2004-09-28 Zoltan Varga <[email protected]>
+
+ * ExceptionHandlingClause.cs: Disable default constructor.
2004-09-27 Zoltan Varga <[email protected]>
* CustomAttributeData.cs CustomAttributeTypedArgument.cs
@@ -36,6 +36,9 @@ namespace System.Reflection {
public sealed class ExceptionHandlingClause {
+ internal ExceptionHandlingClause () {
+ }
[MonoTODO]
public Type CatchType {
get {