Jelajahi Sumber

2004-09-28 Zoltan Varga <[email protected]>

	* ExceptionHandlingClause.cs: Disable default constructor.

svn path=/trunk/mcs/; revision=34474
Zoltan Varga 21 tahun lalu
induk
melakukan
487b93aed6

+ 4 - 0
mcs/class/corlib/System.Reflection/ChangeLog

@@ -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 

+ 3 - 0
mcs/class/corlib/System.Reflection/ExceptionHandlingClause.cs

@@ -36,6 +36,9 @@ namespace System.Reflection {
 
 	public sealed class ExceptionHandlingClause {
 
+		internal ExceptionHandlingClause () {
+		}
+
 		[MonoTODO]
 		public Type CatchType {
 			get {