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

Class for exceptions regarding worksheet incidents. More...

Inheritance diagram for NanoXLSX.Exceptions.WorksheetException:

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.

Detailed Description

Class for exceptions regarding worksheet incidents.

Definition at line 17 of file WorksheetException.cs.

Constructor & Destructor Documentation

◆ WorksheetException() [1/3]

NanoXLSX.Exceptions.WorksheetException.WorksheetException ( )

Default constructor.

Definition at line 22 of file WorksheetException.cs.

◆ WorksheetException() [2/3]

NanoXLSX.Exceptions.WorksheetException.WorksheetException ( string message)

Constructor with passed message.

Parameters
messageMessage of the exception

Definition at line 28 of file WorksheetException.cs.

◆ WorksheetException() [3/3]

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

Constructor for deserialization purpose.

Parameters
infoSerialization info instance
contextStreaming context

Definition at line 37 of file WorksheetException.cs.


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