IOException CLASS

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

All Members


TypeNameSignature
constructorIOExceptionpublic IOException(string)
constructorIOExceptionpublic IOException(string, System.Exception)

Constructors


public IOException(string message)

Create an IOException with specified message.

Parameters

  • message The message for this exception.

public IOException(string message, Exception cause)

Create an IOException with specified message and cause.

Parameters

  • message The message for this exception.
  • cause