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