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

Class for exceptions regarding not supported / unknown content of loaded workbooks. More...

Inheritance diagram for NanoXLSX.Exceptions.NotSupportedContentException:

Public Member Functions

 NotSupportedContentException ()
 Default constructor.
 NotSupportedContentException (string message)
 Constructor with passed message.
 NotSupportedContentException (string message, Exception inner)
 Constructor with passed message and inner exception.

Protected Member Functions

 NotSupportedContentException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization purpose.

Detailed Description

Class for exceptions regarding not supported / unknown content of loaded workbooks.

Definition at line 17 of file NotSupportedContentException.cs.

Constructor & Destructor Documentation

◆ NotSupportedContentException() [1/4]

NanoXLSX.Exceptions.NotSupportedContentException.NotSupportedContentException ( )

Default constructor.

Definition at line 22 of file NotSupportedContentException.cs.

◆ NotSupportedContentException() [2/4]

NanoXLSX.Exceptions.NotSupportedContentException.NotSupportedContentException ( string message)

Constructor with passed message.

Parameters
messageMessage of the exception

Definition at line 30 of file NotSupportedContentException.cs.

◆ NotSupportedContentException() [3/4]

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

Constructor with passed message and inner exception.

Parameters
messageMessage of the exception
innerInner exception

Definition at line 39 of file NotSupportedContentException.cs.

◆ NotSupportedContentException() [4/4]

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

Constructor for deserialization purpose.

Parameters
infoSerialization info instance
contextStreaming context

Definition at line 48 of file NotSupportedContentException.cs.


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