C# 클래스 NReco.Linq.LambdaParserException

The exception that is thrown when lambda expression parse error occurs
상속: System.Exception
파일 보기 프로젝트 열기: nreco/lambdaparser

공개 메소드들

메소드 설명
LambdaParserException ( string expr, int idx, string msg ) : System

메소드 상세

LambdaParserException() 공개 메소드

public LambdaParserException ( string expr, int idx, string msg ) : System
expr string
idx int
msg string
리턴 System