Android.Runtime.AndroidEnvironment Members

The members of Android.Runtime.AndroidEnvironment are listed below.

See Also: Inherited members from System.Object

Public Fields

const
AndroidLogAppNamestring. A string containing the appname used by AndroidEnvironment.FailFast(string).

Public Methods

static
FailFast(string)
Writes message to the Android log and exits the process.
static
RaiseThrowable(Java.Lang.Throwable)
Registers throwable as the exception to raise when control returns to the Android execution environment.

Public Events

static
UnhandledExceptionRaiser Occurs when translating a managed exception into an Android throwable.