Show / Hide Table of Contents

Class ExcelInitializationError

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

Inheritance
System.Object
ExcelInitializationError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

Exception

The Exception

Declaration
public Exception Exception { get; }
Property Value
Type Description
System.Exception

TimestampUtc

Timestamp representing when the error occurred

Declaration
public DateTime TimestampUtc { get; }
Property Value
Type Description
System.DateTime
In This Article
Back to top Generated by DocFX