C# Class ExcelFormulaParser.Engine.Exceptions.ExcelFunctionException

Inheritance: System.Exception
显示文件 Open project: swmal/ExcelFormulaParser

Public Methods

Method Description
ExcelFunctionException ( string message, ExcelErrorCodes errorCode ) : System
ExcelFunctionException ( string message, Exception innerException, ExcelErrorCodes errorCode ) : System

Method Details

ExcelFunctionException() public method

public ExcelFunctionException ( string message, ExcelErrorCodes errorCode ) : System
message string
errorCode ExcelErrorCodes
return System

ExcelFunctionException() public method

public ExcelFunctionException ( string message, Exception innerException, ExcelErrorCodes errorCode ) : System
message string
innerException System.Exception
errorCode ExcelErrorCodes
return System