public ObjCException(NSException exc) : base() { native_exc = exc; }
public MonoTouchException(NSException exc) : base() { native_exc = exc; }
public ObjCException() : base() { native_exc = new NSException("default", String.Empty, null); }