Java.IO.IOException Class
Signals a general, I/O-related error.
See Also: IOException
Syntax
[Android.Runtime.Register("java/io/IOException", DoNotGenerateAcw=true)]
public class IOException : Exception
public class IOException : Exception
Remarks
Signals a general, I/O-related error. Error details may be specified when calling the constructor, as usual. Note there are also several subclasses of this class for more specific error situations, such as FileNotFoundException or EOFException.
Requirements
Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
The members of Java.IO.IOException are listed below.
See Also: Exception
Public Constructors
Constructs a new IOException with its stack trace filled in. | ||
Constructs a new instance of this class with its detail cause filled in. | ||
Constructs a new IOException with its stack trace and detail message filled in. | ||
Constructs a new instance of this class with detail message and cause filled in. |
Protected Constructors
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |