File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
src/Java.Interop/Documentation/Java.Interop Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 56
56
used to associated a managed type to a Java type.
57
57
</block >
58
58
</remarks >
59
+ <exception cref =" T:System.ArgumentException" >
60
+ <para >
61
+ The Java peer type for <typeparamref name =" TResult" /> could not be found.
62
+ </para >
63
+ </exception >
64
+ <exception cref =" T:System.NotSupportedException" >
65
+ <para >
66
+ The type <typeparamref name =" TResult" /> or a <i >Invoker type</i > for
67
+ <typeparamref name =" TResult" /> does not provide an
68
+ <i >activation constructor</i >, a constructor with a singature of
69
+ <c >(ref JniObjectReference, JniObjectReferenceOptions)</c > or
70
+ <c >(IntPtr, JniHandleOwnership)</c >.
71
+ </para >
72
+ </exception >
59
73
<seealso cref =" M:Java.Interop.JavaPeerableExtensions.JavaAs``1(Java.Interop.IJavaPeerable)" />
60
74
</member >
61
75
<member name =" M:JavaAs" >
88
102
used to associated a managed type to a Java type.
89
103
</block >
90
104
</remarks >
105
+ <exception cref =" T:System.ArgumentException" >
106
+ <para >
107
+ The Java peer type for <typeparamref name =" TResult" /> could not be found.
108
+ </para >
109
+ </exception >
110
+ <exception cref =" T:System.NotSupportedException" >
111
+ <para >
112
+ The type <typeparamref name =" TResult" /> or a <i >Invoker type</i > for
113
+ <typeparamref name =" TResult" /> does not provide an
114
+ <i >activation constructor</i >, a constructor with a singature of
115
+ <c >(ref JniObjectReference, JniObjectReferenceOptions)</c > or
116
+ <c >(IntPtr, JniHandleOwnership)</c >.
117
+ </para >
118
+ </exception >
91
119
<seealso cref =" P:Java.Interop.JavaPeerableExtensions.TryJavaCast``1(Java.Interop.IJavaPeerable)" />
92
120
</member >
93
121
</docs >
You can’t perform that action at this time.
0 commit comments