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
ExcelErrorValueThe error value causing the exception
- See Also
ExcelErrorValueException(eErrorType)
Constructor
public ExcelErrorValueException(eErrorType errorType)
Parameters
errorType
eErrorTypeThe error type causing the exception
- See Also
ExcelErrorValueException(string, ExcelErrorValue)
Constructor
public ExcelErrorValueException(string message, ExcelErrorValue error)
Parameters
message
stringAn error message for the exception
error
ExcelErrorValueThe error value causing the exception
- See Also
Properties
ErrorValue
The error value
public ExcelErrorValue ErrorValue { get; }
Property Value
- See Also