Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

Raise exception for NULL domain. #401

Closed aarononeal closed 11 years ago

aarononeal commented 11 years ago

A null domain can occur if mono_domain_get() is called on a thread unattached to a domain. This makes it easier to diagnose.