Android.Database.DatabaseUtils.ReadExceptionFromParcel Method
Special function for reading an exception result from the header of a parcel, to be used after receiving the result of a transaction.

Syntax

[Android.Runtime.Register("readExceptionFromParcel", "(Landroid/os/Parcel;)V", "")]
public static void ReadExceptionFromParcel (Android.OS.Parcel reply)

See Also

Android.OS.Parcel.WriteNoException
Android.OS.Parcel.ReadException

Parameters

reply
Parcel to read from

Remarks

Special function for reading an exception result from the header of a parcel, to be used after receiving the result of a transaction. This will throw the exception for you if it had been written to the Parcel, otherwise return and let you read the normal result data from the Parcel.

[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