System.NullReferenceException was unhandled
			
				
				  Message="Object reference not set to an instance of an 
				object."
			
				
				  Source="GetConstructorTest"
			
				
				  StackTrace:
			
				
				       at GetConstructorTest.Form1.CreateMonster(String type, 
				Object[] vConstructorArgumentValues) in G:\Portable 
				Documents\Visual Studio 2008\Projects\GetConstructorTest\GetConstructorTest\Form1.cs:line 
				50
			
				
				       at GetConstructorTest.Form1..ctor() in G:\Portable 
				Documents\Visual Studio 2008\Projects\GetConstructorTest\GetConstructorTest\Form1.cs:line 
				44
			
				
				       at GetConstructorTest.Program.Main() in G:\Portable 
				Documents\Visual Studio 2008\Projects\GetConstructorTest\GetConstructorTest\Program.cs:line 
				18
			
				
				       at System.AppDomain._nExecuteAssembly(Assembly assembly, 
				String[] args)
			
				
				       at System.AppDomain.ExecuteAssembly(String assemblyFile, 
				Evidence assemblySecurity, String[] args)
			
				
				       at 
				Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
			
				
				       at System.Threading.ThreadHelper.ThreadStart_Context(Object 
				state)
			
				
				       at System.Threading.ExecutionContext.Run(ExecutionContext 
				executionContext, ContextCallback callback, Object state)
			
				
				       at System.Threading.ThreadHelper.ThreadStart()
			
				
				  InnerException: 
			
				
				
				
			
				
				
				Why?