|
NanoXLSX.Core 3.0.0-rc.3
|
Class for exceptions regarding worksheet incidents. More...
Public Member Functions | |
| WorksheetException () | |
| Default constructor. | |
| WorksheetException (string message) | |
| Constructor with passed message. | |
Protected Member Functions | |
| WorksheetException (SerializationInfo info, StreamingContext context) | |
| Constructor for deserialization purpose. | |
Class for exceptions regarding worksheet incidents.
Definition at line 17 of file WorksheetException.cs.
| NanoXLSX.Exceptions.WorksheetException.WorksheetException | ( | ) |
Default constructor.
Definition at line 22 of file WorksheetException.cs.
| NanoXLSX.Exceptions.WorksheetException.WorksheetException | ( | string | message | ) |
Constructor with passed message.
| message | Message of the exception |
Definition at line 28 of file WorksheetException.cs.
|
protected |
Constructor for deserialization purpose.
| info | Serialization info instance |
| context | Streaming context |
Definition at line 37 of file WorksheetException.cs.