Java.Util.Formatter.IoException Method
Returns the last IOException thrown by the Formatter's output destination.

Syntax

[Android.Runtime.Register("ioException", "()Ljava/io/IOException;", "")]
public Java.IO.IOException IoException ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the last IOException thrown by the Formatter's output destination. If the append() method of the destination does not throw IOExceptions, the ioException() method will always return null.

[Android Documentation]

Requirements

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