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

Class for exceptions regarding Style incidents. More...

Inheritance diagram for NanoXLSX.Exceptions.StyleException:

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.

Detailed Description

Class for exceptions regarding Style incidents.

Definition at line 17 of file StyleException.cs.

Constructor & Destructor Documentation

◆ StyleException() [1/4]

NanoXLSX.Exceptions.StyleException.StyleException ( )

Default constructor.

Definition at line 22 of file StyleException.cs.

◆ StyleException() [2/4]

NanoXLSX.Exceptions.StyleException.StyleException ( string message)

Constructor with passed message.

Parameters
messageMessage of the exception

Definition at line 28 of file StyleException.cs.

◆ StyleException() [3/4]

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

Constructor with passed message and inner exception.

Parameters
messageMessage of the exception
innerInner exception

Definition at line 37 of file StyleException.cs.

◆ StyleException() [4/4]

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

Constructor for deserialization purpose.

Parameters
infoSerialization info instance
contextStreaming context

Definition at line 46 of file StyleException.cs.


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