Android.Util.Base64DataException Class
This exception is thrown by Android.Util.Base64InputStream or Android.Util.Base64OutputStream when an error is detected in the data being decoded.

See Also: Base64DataException Members

Syntax

[Android.Runtime.Register("android/util/Base64DataException", DoNotGenerateAcw=true)]
public class Base64DataException : Java.IO.IOException

Remarks

This exception is thrown by Android.Util.Base64InputStream or Android.Util.Base64OutputStream when an error is detected in the data being decoded. This allows problems with the base64 data to be disambiguated from errors in the underlying streams (e.g. actual connection errors.)

[Android Documentation]

Requirements

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