Class ExcelInitializationError
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
This class represents an error/Exception that has occured during initalization.
public class ExcelInitializationError
- Inheritance
-
ExcelInitializationError
- Inherited Members
Properties
ErrorMessage
Error message describing the initialization error
public string ErrorMessage { get; }
Property Value
Exception
The Exception
public Exception Exception { get; }
Property Value
TimestampUtc
Timestamp representing when the error occurred
public DateTime TimestampUtc { get; }