- child
- The activity making the call.
- intent
- The intent to start.
- requestCode
- Reply request code.
- options
- Additional options for how the Activity should be started. See Android.Content.Context.StartActivity(Android.Content.Intent, Android.OS.Bundle) for more details.
Type Reason Android.Content.ActivityNotFoundException
This is called when a child activity of this one calls its Activity.startActivity(android.content.Intent) or Activity.StartActivityForResult(Android.Content.Intent, System.Int32) method.
This method throws Android.Content.ActivityNotFoundException if there was no Activity found to run the given Intent.