NanoXLSX.Core 3.0.0-rc.3
Loading...
Searching...
No Matches
NanoXLSX.Exceptions.RangeException Class Reference

Class for exceptions regarding range incidents (e.g. out-of-range). More...

Inheritance diagram for NanoXLSX.Exceptions.RangeException:

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.

Detailed Description

Class for exceptions regarding range incidents (e.g. out-of-range).

Definition at line 17 of file RangeException.cs.

Constructor & Destructor Documentation

◆ RangeException() [1/3]

NanoXLSX.Exceptions.RangeException.RangeException ( )

Default constructor.

Definition at line 22 of file RangeException.cs.

◆ RangeException() [2/3]

NanoXLSX.Exceptions.RangeException.RangeException ( string message)

Constructor with passed message.

Parameters
messageMessage of the exception

Definition at line 28 of file RangeException.cs.

◆ RangeException() [3/3]

NanoXLSX.Exceptions.RangeException.RangeException ( SerializationInfo info,
StreamingContext context )
protected

Constructor for deserialization purpose.

Parameters
infoSerialization info instance
contextStreaming context

Definition at line 37 of file RangeException.cs.


The documentation for this class was generated from the following file: