C# Класс ExcelFormulaParser.Engine.Exceptions.ExcelFunctionException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ExcelFunctionException ( string message, ExcelErrorCodes errorCode ) : System
ExcelFunctionException ( string message, Exception innerException, ExcelErrorCodes errorCode ) : System

Описание методов

ExcelFunctionException() публичный Метод

public ExcelFunctionException ( string message, ExcelErrorCodes errorCode ) : System
message string
errorCode ExcelErrorCodes
Результат System

ExcelFunctionException() публичный Метод

public ExcelFunctionException ( string message, Exception innerException, ExcelErrorCodes errorCode ) : System
message string
innerException System.Exception
errorCode ExcelErrorCodes
Результат System