Table of Contents

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

string

Exception

public Exception Exception { get; }

Property Value

Exception

TimestampUtc

Timestamp representing when the error occurred

public DateTime TimestampUtc { get; }

Property Value

DateTime