Java.IO.WriteAbortedException Class
Signals that the ObjectInputStream.ReadObject method has detected an exception marker in the input stream.

See Also: WriteAbortedException Members

Syntax

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

Remarks

Signals that the ObjectInputStream.ReadObject method has detected an exception marker in the input stream. This marker indicates that exception occurred when the object was serialized, and this marker was inserted instead of the original object. It is a way to "propagate" an exception from the code that attempted to write the object to the code that is attempting to read the object.

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