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

Class for exceptions regarding plug-ins and packages. These exceptions should only occur on faulty configured packages. More...

Inheritance diagram for NanoXLSX.Exceptions.PackageException:

Public Member Functions

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

Protected Member Functions

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

Detailed Description

Class for exceptions regarding plug-ins and packages. These exceptions should only occur on faulty configured packages.

Definition at line 16 of file PackageException.cs.

Constructor & Destructor Documentation

◆ PackageException() [1/4]

NanoXLSX.Exceptions.PackageException.PackageException ( )

Default constructor.

Definition at line 21 of file PackageException.cs.

◆ PackageException() [2/4]

NanoXLSX.Exceptions.PackageException.PackageException ( string message)

Constructor with passed message.

Parameters
messageMessage of the exception

Definition at line 29 of file PackageException.cs.

◆ PackageException() [3/4]

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

Constructor with passed message and inner exception.

Parameters
messageMessage of the exception
innerInner exception

Definition at line 38 of file PackageException.cs.

◆ PackageException() [4/4]

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

Constructor for deserialization purpose.

Parameters
infoSerialization info instance
contextStreaming context

Definition at line 47 of file PackageException.cs.


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