Android.OS.Parcel.ReadException 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("readException", "()V", "")]
public void ReadException ()

See Also

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

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.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1