C# Class ExcelFormulaParser.Engine.Exceptions.ExcelFunctionException

Inheritance: System.Exception
Afficher le fichier Open project: swmal/ExcelFormulaParser

Méthodes publiques

Méthode Description
ExcelFunctionException ( string message, ExcelErrorCodes errorCode ) : System
ExcelFunctionException ( string message, Exception innerException, ExcelErrorCodes errorCode ) : System

Method Details

ExcelFunctionException() public méthode

public ExcelFunctionException ( string message, ExcelErrorCodes errorCode ) : System
message string
errorCode ExcelErrorCodes
Résultat System

ExcelFunctionException() public méthode

public ExcelFunctionException ( string message, Exception innerException, ExcelErrorCodes errorCode ) : System
message string
innerException System.Exception
errorCode ExcelErrorCodes
Résultat System