Show / Hide Table of Contents

Class ExcelInitializationError

This class represents an error/Exception that has occured during initalization.

Inheritance
object
ExcelInitializationError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX