IncompleteAnnotationException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IncompleteAnnotationException(Class, String) |
Constructs an IncompleteAnnotationException to indicate that the named element was missing from the specified annotation interface. |
IncompleteAnnotationException(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
IncompleteAnnotationException(Class, String)
Constructs an IncompleteAnnotationException to indicate that the named element was missing from the specified annotation interface.
[Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Ljava/lang/String;)V", "")]
public IncompleteAnnotationException (Java.Lang.Class? annotationType, string? elementName);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Class;Ljava/lang/String;)V", "")>]
new Java.Lang.Annotation.IncompleteAnnotationException : Java.Lang.Class * string -> Java.Lang.Annotation.IncompleteAnnotationException
Parameters
- annotationType
- Class
the Class object for the annotation interface
- elementName
- String
the name of the missing element
- Attributes
Remarks
Constructs an IncompleteAnnotationException to indicate that the named element was missing from the specified annotation interface.
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
IncompleteAnnotationException(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected IncompleteAnnotationException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Lang.Annotation.IncompleteAnnotationException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Lang.Annotation.IncompleteAnnotationException
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.