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