SurfaceTexture.OutOfResourcesException Class
Definition
Caution
This class is obsoleted in this android platform
Exception thrown when a surface couldn't be created or resized
[System.Obsolete("This class is obsoleted in this android platform")]
[Android.Runtime.Register("android/graphics/SurfaceTexture$OutOfResourcesException", ApiSince=11, DoNotGenerateAcw=true)]
public class SurfaceTexture.OutOfResourcesException : Java.Lang.Exception
type SurfaceTexture.OutOfResourcesException = class
inherit Exception
- Inheritance
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the
Constructors
SurfaceTexture.OutOfResourcesException() | |
SurfaceTexture.OutOfResourcesException(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
SurfaceTexture.OutOfResourcesException(String) |
Fields
is_generated | (Inherited from Throwable) |
Properties
Cause |
Returns the cause of this |
Class | (Inherited from Throwable) |
Handle |
The handle to the underlying Android instance. (Inherited from Throwable) |
JniIdentityHashCode | (Inherited from Throwable) |
JniPeerMembers | |
LocalizedMessage |
Returns the detail message which was provided when this
|
Message |
Returns the detail message which was provided when this
|
PeerReference | (Inherited from Throwable) |
StackTrace | (Inherited from Throwable) |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Methods
AddSuppressed(Throwable) |
Adds |
Dispose() | (Inherited from Throwable) |
Dispose(Boolean) | (Inherited from Throwable) |
FillInStackTrace() |
Records the stack trace from the point where this method has been called
to this |
GetStackTrace() |
Returns a clone of the array of stack trace elements of this |
GetSuppressed() |
Returns the throwables suppressed by this. (Inherited from Throwable) |
InitCause(Throwable) |
Initializes the cause of this |
PrintStackTrace() |
Writes a printable representation of this |
PrintStackTrace(PrintStream) |
Writes a printable representation of this |
PrintStackTrace(PrintWriter) |
Writes a printable representation of this |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Throwable) |
SetStackTrace(StackTraceElement[]) |
Sets the array of stack trace elements. (Inherited from Throwable) |
ToString() | (Inherited from Throwable) |
UnregisterFromRuntime() | (Inherited from Throwable) |
Explicit Interface Implementations
IJavaObjectEx.IsProxy | (Inherited from Throwable) |
IJavaObjectEx.KeyHandle | (Inherited from Throwable) |
IJavaObjectEx.NeedsActivation | (Inherited from Throwable) |
IJavaObjectEx.ToLocalJniHandle() | (Inherited from Throwable) |
IJavaPeerable.Disposed() | (Inherited from Throwable) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Throwable) |
IJavaPeerable.Finalized() | (Inherited from Throwable) |
IJavaPeerable.JniManagedPeerState | (Inherited from Throwable) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Throwable) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Throwable) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Throwable) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |