Any IO-related exception. Such errors typically involve access to disk, network adaptor, or other peripherals, but can also be thrown by an abstract layer which may not necessarily deal with real IO devices.
Parent Class
Type | Name | Signature |
---|---|---|
constructor | IOException | public IOException(string) |
constructor | IOException | public IOException(string, System.Exception) |
public IOException(string message)
Create an IOException with specified message.
Parameters
public IOException(string message, Exception cause)
Create an IOException with specified message and cause.
Parameters