Android.Content.ActivityNotFoundException Class
This exception is thrown when a call to Context.StartActivity(Intent) or one of its variants fails because an Activity can not be found to execute the given Intent.

See Also: ActivityNotFoundException Members

Syntax

[Android.Runtime.Register("android/content/ActivityNotFoundException", DoNotGenerateAcw=true)]
public class ActivityNotFoundException : Java.Lang.RuntimeException

Remarks

This exception is thrown when a call to Context.StartActivity(Intent) or one of its variants fails because an Activity can not be found to execute the given Intent.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1