Merge pull request #2752 from kumpera/the_loader_error_highlander
authormonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 11 Mar 2016 23:05:20 +0000 (23:05 +0000)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 11 Mar 2016 23:05:20 +0000 (23:05 +0000)
commitd6c0ebf313b036aeac5c02fbe059770b06285262
treed8ba9c407eab087534a7b2cf464eef4936d852c4
parentd4404d563b493f64bad6f852c76888fee1f7c8ce
parent0579cc7b3c955582e1a5e767329ad9500c737ae9
Merge pull request #2752 from kumpera/the_loader_error_highlander

This removed the last source of loader error from the runtime

The last source was on the AOT compiler in load_image.

I hooked enough MonoError to bubble the issue to a reasonably higher layer.

@vargaz please review.