Android.Runtime
RaiseThrowableEventArgs
Handled
Android.Runtime.RaiseThrowableEventArgs.Handled Property
Gets or sets a value indicating whether
RaiseThrowableEventArgs.Exception
has been handled.
Syntax
public
bool
Handled
{ get; set; }
Value
A
bool
indicating whether
RaiseThrowableEventArgs.Exception
has been handled.
Remarks
The
Handled
property is checked in between the invocation of each event handler registered with the
AndroidEnvironment.UnhandledExceptionRaiser
event, and the next registered event handler will only be invoked if
Handled
is
false
. If no event handlers set
Handled
to
true
, then the default operation of invoking
AndroidEnvironment.RaiseThrowable(Java.Lang.Throwable)
will be performed.
Requirements
Namespace:
Android.Runtime
Assembly:
Mono.Android (in Mono.Android.dll)
Assembly Versions:
0.0.0.0