Android.Database.DatabaseUtils.WriteExceptionToParcel Method
Special function for writing an exception result at the header of a parcel, to be used when returning an exception from a transaction. exception will be re-thrown by the function in another process

Syntax

[Android.Runtime.Register("writeExceptionToParcel", "(Landroid/os/Parcel;Ljava/lang/Exception;)V", "")]
public static void WriteExceptionToParcel (Android.OS.Parcel reply, Java.Lang.Exception e)

See Also

Android.OS.Parcel.WriteNoException
Android.OS.Parcel.WriteException(Java.Lang.Exception)

Parameters

reply
Parcel to write to
e
The Exception to be written.

Remarks

Special function for writing an exception result at the header of a parcel, to be used when returning an exception from a transaction. exception will be re-thrown by the function in another process

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1