Throw an exception with the given message.
Syntax
[Android.Runtime.Register("readException", "(ILjava/lang/String;)V", "")]
public
void ReadException (
int code,
string msg)
Parameters
- code
- Used to determine which exception class to throw.
- msg
- The exception message.
Remarks
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1