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