I am implementing a custom ContentProvider, and overriding the OpenFile() method. It is supposed to be able to throw a FileNotFoundException. However, when I throw a Java.Lang.FileNotFoundException, my process dies rather than parcelling the exception across. Any ideas how to get around this?
↧