|
NanoXLSX.Core 3.0.0-rc.3
|
Class for exceptions regarding plug-ins and packages. These exceptions should only occur on faulty configured packages. More...
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. | |
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.
| NanoXLSX.Exceptions.PackageException.PackageException | ( | ) |
Default constructor.
Definition at line 21 of file PackageException.cs.
| NanoXLSX.Exceptions.PackageException.PackageException | ( | string | message | ) |
Constructor with passed message.
| message | Message of the exception |
Definition at line 29 of file PackageException.cs.
| NanoXLSX.Exceptions.PackageException.PackageException | ( | string | message, |
| Exception | inner ) |
Constructor with passed message and inner exception.
| message | Message of the exception |
| inner | Inner exception |
Definition at line 38 of file PackageException.cs.
|
protected |
Constructor for deserialization purpose.
| info | Serialization info instance |
| context | Streaming context |
Definition at line 47 of file PackageException.cs.