Index: Class.cs
===================================================================
--- Class.cs	(revision 1071)
+++ Class.cs	(working copy)
@@ -159,10 +159,10 @@
 						this._base.Setup (step);
 
 				} else if (step != 1)
-					throw new NotImplementedEngineException ();
+                    throw new NotImplementedEngineException(this.classDefinition.ToString() + " not supported yet.");
 
 			} else
-				throw new NotImplementedEngineException ();
+				throw new NotImplementedEngineException (this.classDefinition.ToString() + " not supported yet.");
 		}
 
 		public void AddMethods ()
@@ -843,7 +843,7 @@
 					result = this.engine.ArrayClass.Size;
 
 				else
-					throw new NotImplementedEngineException ();
+					throw new NotImplementedEngineException ("Can't retrieve InternalSize for type " + this.classDefinition.ToString());
 
 				this.size = result;
 
