Java.Lang.InstantiationException Class
Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.

See Also: InstantiationException Members

Syntax

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

Remarks

Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made.

[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