Constructor.GetGenericExceptionTypes Method

Definition

To be added

[Android.Runtime.Register("getGenericExceptionTypes", "()[Ljava/lang/reflect/Type;", "")]
public override Java.Lang.Reflect.IType[]? GetGenericExceptionTypes ();
[<Android.Runtime.Register("getGenericExceptionTypes", "()[Ljava/lang/reflect/Type;", "")>]
override this.GetGenericExceptionTypes : unit -> Java.Lang.Reflect.IType[]

Returns

IType[]
Attributes

Exceptions

if the generic constructor signature is invalid

if any exception type points to a missing type

if any exception type points to a type that cannot be instantiated for some reason

Remarks

To be added

Added in 1.5.

Java documentation for java.lang.reflect.Constructor.getGenericExceptionTypes().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to