Java.Lang.TypeNotPresentException Class
Thrown when a program tries to access a class, interface, enum or annotation type through a string that contains the type's name and the type cannot be found.

See Also: TypeNotPresentException Members

Syntax

[Android.Runtime.Register("java/lang/TypeNotPresentException", DoNotGenerateAcw=true)]
public class TypeNotPresentException : RuntimeException

Remarks

Thrown when a program tries to access a class, interface, enum or annotation type through a string that contains the type's name and the type cannot be found. This exception is an unchecked alternative to Java.Lang.ClassNotFoundException.

[Android Documentation]

Requirements

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