Wed Sep 11 15:26:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / corlib / System / MarshalByRefObject.cs
index 53051ceba32fe1f6594f32c016886c91207f1baa..d09394b1429010ba883035cf46ee59af91288114 100644 (file)
@@ -16,7 +16,7 @@ namespace System {
 
                public virtual ObjRef CreateObjRef (Type type)
                {
-                       return null;
+                       throw new NotImplementedException ();
                }
 
                public object GetLifetimeService ()