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

Class for exceptions regarding format error incidents. More...

Inheritance diagram for NanoXLSX.Exceptions.FormatException:

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.

Detailed Description

Class for exceptions regarding format error incidents.

Definition at line 17 of file FormatException.cs.

Constructor & Destructor Documentation

◆ FormatException() [1/4]

NanoXLSX.Exceptions.FormatException.FormatException ( )

Default constructor.

Definition at line 22 of file FormatException.cs.

◆ FormatException() [2/4]

NanoXLSX.Exceptions.FormatException.FormatException ( string message)

Constructor with passed message.

Parameters
messageMessage of the exception

Definition at line 28 of file FormatException.cs.

◆ FormatException() [3/4]

NanoXLSX.Exceptions.FormatException.FormatException ( string message,
Exception inner )

Constructor with passed message and inner exception.

Parameters
messageMessage of the exception
innerInner exception

Definition at line 37 of file FormatException.cs.

◆ FormatException() [4/4]

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

Constructor for deserialization purpose.

Parameters
infoSerialization info instance
contextStreaming context

Definition at line 46 of file FormatException.cs.


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