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