UnsupportedOperationException
UnsupportedOperationException
Class
Definition
Thrown when an unsupported operation is attempted.
[Android.Runtime.Register("java/lang/UnsupportedOperationException", ApiSince=1, DoNotGenerateAcw=true)]
public class UnsupportedOperationException : Java.Lang.RuntimeException
type UnsupportedOperationException = class
inherit RuntimeException
- Inheritance
-
UnsupportedOperationExceptionUnsupportedOperationException
- Derived
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the
Constructors
UnsupportedOperationException() UnsupportedOperationException() |
Constructs a new |
UnsupportedOperationException(IntPtr, JniHandleOwnership) UnsupportedOperationException(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
UnsupportedOperationException(String) UnsupportedOperationException(String) |
Constructs a new |
UnsupportedOperationException(String, Throwable) UnsupportedOperationException(String, Throwable) |
Constructs a new |
UnsupportedOperationException(Throwable) UnsupportedOperationException(Throwable) |
Constructs a new |
Properties
Cause Cause |
Returns the cause of this |
Class Class | Inherited from Throwable |
Handle Handle |
The handle to the underlying Android instance. (Inherited from Throwable) |
IJavaObjectEx.IsProxy IJavaObjectEx.IsProxy | Inherited from Throwable |
IJavaObjectEx.KeyHandle IJavaObjectEx.KeyHandle | Inherited from Throwable |
IJavaObjectEx.NeedsActivation IJavaObjectEx.NeedsActivation | Inherited from Throwable |
IJavaPeerable.JniManagedPeerState IJavaPeerable.JniManagedPeerState | Inherited from Throwable |
JniIdentityHashCode JniIdentityHashCode | Inherited from Throwable |
JniPeerMembers JniPeerMembers | |
LocalizedMessage LocalizedMessage |
Returns the detail message which was provided when this
|
Message Message |
Returns the detail message which was provided when this
|
PeerReference PeerReference | Inherited from Throwable |
StackTrace StackTrace | Inherited from Throwable |
ThresholdClass ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ThresholdType ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Methods
AddSuppressed(Throwable) AddSuppressed(Throwable) |
Adds |
Dispose() Dispose() | Inherited from Throwable |
Dispose(Boolean) Dispose(Boolean) | Inherited from Throwable |
FillInStackTrace() FillInStackTrace() |
Records the stack trace from the point where this method has been called
to this |
GetStackTrace() GetStackTrace() |
Returns a clone of the array of stack trace elements of this |
GetSuppressed() GetSuppressed() |
Returns the throwables suppressed by this. (Inherited from Throwable) |
InitCause(Throwable) InitCause(Throwable) |
Initializes the cause of this |
PrintStackTrace() PrintStackTrace() |
Writes a printable representation of this |
PrintStackTrace(PrintStream) PrintStackTrace(PrintStream) |
Writes a printable representation of this |
PrintStackTrace(PrintWriter) PrintStackTrace(PrintWriter) |
Writes a printable representation of this |
SetHandle(IntPtr, JniHandleOwnership) SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Throwable) |
SetStackTrace(StackTraceElement[]) SetStackTrace(StackTraceElement[]) |
Sets the array of stack trace elements. (Inherited from Throwable) |
ToString() ToString() | Inherited from Throwable |
UnregisterFromRuntime() UnregisterFromRuntime() | Inherited from Throwable |
Fields
is_generated is_generated | Inherited from Throwable |
Explicit Interface Implementations
Extension Methods
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) GetJniTypeName(IJavaPeerable) |