NanoXLSX.Core 3.0.0-rc.3
Loading...
Searching...
No Matches
NanoXLSX.Exceptions.IOException Class Reference

Class for exceptions regarding stream or save error incidents. More...

Inheritance diagram for NanoXLSX.Exceptions.IOException:

Public Member Functions

 IOException ()
 Default constructor.
 IOException (string message)
 Constructor with passed message.
 IOException (string message, Exception inner)
 Constructor with passed message and inner exception.

Protected Member Functions

 IOException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization purpose.

Detailed Description

Class for exceptions regarding stream or save error incidents.

Definition at line 17 of file IOException.cs.

Constructor & Destructor Documentation

◆ IOException() [1/4]

NanoXLSX.Exceptions.IOException.IOException ( )

Default constructor.

Definition at line 22 of file IOException.cs.

◆ IOException() [2/4]

NanoXLSX.Exceptions.IOException.IOException ( string message)

Constructor with passed message.

Parameters
messageMessage of the exception

Definition at line 28 of file IOException.cs.

◆ IOException() [3/4]

NanoXLSX.Exceptions.IOException.IOException ( string message,
Exception inner )

Constructor with passed message and inner exception.

Parameters
messageMessage of the exception
innerInner exception

Definition at line 36 of file IOException.cs.

◆ IOException() [4/4]

NanoXLSX.Exceptions.IOException.IOException ( SerializationInfo info,
StreamingContext context )
protected

Constructor for deserialization purpose.

Parameters
infoSerialization info instance
contextStreaming context

Definition at line 45 of file IOException.cs.


The documentation for this class was generated from the following file: