PrintWriter.CheckError Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flushes the stream if it's not closed and checks its error state.
[Android.Runtime.Register("checkError", "()Z", "GetCheckErrorHandler")]
public virtual bool CheckError ();
[<Android.Runtime.Register("checkError", "()Z", "GetCheckErrorHandler")>]
abstract member CheckError : unit -> bool
override this.CheckError : unit -> bool
Returns
true
if the print stream has encountered an error,
either on the underlying output stream or during a format
conversion.
- Attributes
Remarks
Flushes the stream if it's not closed and checks its error state.
Java documentation for java.io.PrintWriter.checkError()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.