exception IOException
Exception IOException should be thrown when an input or output operation fails in an unexpected way.
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
create()Creates an |
public |
() |
create(String message)Creates an |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly |
(IOException) |
copy(AddressMap addresses) |
public create() => ()
Creates an IOException with no message.
public create(String message) => ()
Creates an IOException with a message.
message - message describing the I/O problem
public destroy() => ()
public readonly copy(AddressMap addresses) => (IOException)