objective c - does anyone know how to catch NSInvalidArgumentException? -


is there way catch it? or bug?

thanks.

it bug. specifically, bug in code. nsinvalidargumentexception means you've passed bad data method. means you've passed nil argument doesn't allow nil. exception description should provide more information method/argument bad.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -