Java.IO.StreamCorruptedException Class
Signals that the ObjectInputStream.ReadObject method could not read an object due to missing information (for example, a cyclic reference that doesn't match a previous instance, or a missing class descriptor for the object to be loaded).

See Also: StreamCorruptedException Members

Syntax

[Android.Runtime.Register("java/io/StreamCorruptedException", DoNotGenerateAcw=true)]
public class StreamCorruptedException : ObjectStreamException

Remarks

Signals that the ObjectInputStream.ReadObject method could not read an object due to missing information (for example, a cyclic reference that doesn't match a previous instance, or a missing class descriptor for the object to be loaded).

See Also

[Android Documentation]

Requirements

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