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