Merge pull request #2746 from lambdageek/dev/monoerror-mono_reflection_create_runtime...
authormonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 18 Mar 2016 22:00:24 +0000 (22:00 +0000)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 18 Mar 2016 22:00:24 +0000 (22:00 +0000)
commit4a1dbf8e225acb7f21994172324b791384827a8a
treec0578b4db88bb25e6fbc65d12f9c36c46baf41d8
parent1652651cf46a3f1272ce28dba7a264e22bb69899
parentcde8064664698abbfed03321aa673a8e44960507
Merge pull request #2746 from lambdageek/dev/monoerror-mono_reflection_create_runtime_class

[System.Reflection.Emit] MonoError in mono_reflection_create_runtime_class

Depends on #2745
Bubble MonoError up to `mono_reflection_create_runtime_class`.  Use `mono_error_set_pending_exception` instead of `mono_error_raise_exception` And try to release resources on the way out.