|
NanoXLSX.Core 3.0.0-rc.3
|
Class for exceptions regarding stream or save error incidents. More...
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. | |
Class for exceptions regarding stream or save error incidents.
Definition at line 17 of file IOException.cs.
| NanoXLSX.Exceptions.IOException.IOException | ( | ) |
Default constructor.
Definition at line 22 of file IOException.cs.
| NanoXLSX.Exceptions.IOException.IOException | ( | string | message | ) |
Constructor with passed message.
| message | Message of the exception |
Definition at line 28 of file IOException.cs.
| NanoXLSX.Exceptions.IOException.IOException | ( | string | message, |
| Exception | inner ) |
Constructor with passed message and inner exception.
| message | Message of the exception |
| inner | Inner exception |
Definition at line 36 of file IOException.cs.
|
protected |
Constructor for deserialization purpose.
| info | Serialization info instance |
| context | Streaming context |
Definition at line 45 of file IOException.cs.