Table of Contents

Class ExcelErrorValueException

Namespace
OfficeOpenXml.FormulaParsing.Exceptions
Assembly
EPPlus.dll

This Exception represents an Excel error. When this exception is thrown from an Excel function, the ErrorValue code will be set as the value of the parsed cell.

public class ExcelErrorValueException : Exception, ISerializable
Inheritance
ExcelErrorValueException
Implements
Inherited Members

Constructors

ExcelErrorValueException(ExcelErrorValue)

Constructor

public ExcelErrorValueException(ExcelErrorValue error)

Parameters

error ExcelErrorValue

The error value causing the exception

See Also

ExcelErrorValueException(eErrorType)

Constructor

public ExcelErrorValueException(eErrorType errorType)

Parameters

errorType eErrorType

The error type causing the exception

See Also

ExcelErrorValueException(string, ExcelErrorValue)

Constructor

public ExcelErrorValueException(string message, ExcelErrorValue error)

Parameters

message string

An error message for the exception

error ExcelErrorValue

The error value causing the exception

See Also

Properties

ErrorValue

The error value

public ExcelErrorValue ErrorValue { get; }

Property Value

ExcelErrorValue
See Also

See Also