C# 클래스 ExcelFormulaParser.Engine.Exceptions.ExcelFunctionException

상속: System.Exception
파일 보기 프로젝트 열기: swmal/ExcelFormulaParser

공개 메소드들

메소드 설명
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