[MonoTouch] NSError in iOS 5

Rolf Bjarne Kvinge rolf at xamarin.com
Wed Oct 19 07:59:39 EDT 2011


Hi,

This looks like a native crash. You should be able to view more output
in the system console (Applications -> Utilities -> Console => All
messages), and in the same console there might be crash reports too.

Rolf

On Wed, Oct 19, 2011 at 6:05 AM, Wally McClure
<theevilprogrammer at hotmail.com> wrote:
> I have been working with some code to record audio.  I'm getting an
> exception on the following line:
>
> var error = new NSError();
>
> about 1 second after this line is executed, the application will exit.
>  Unfortunately, trying to wrap this in a try/catch doesn't help and I can't
> get the underlying exception.  Any ideas on this?
> Wally
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>


More information about the MonoTouch mailing list