C# Class NReco.Linq.LambdaParserException

The exception that is thrown when lambda expression parse error occurs
Inheritance: System.Exception
Datei anzeigen Open project: nreco/lambdaparser

Public Methods

Method Description
LambdaParserException ( string expr, int idx, string msg ) : System

Method Details

LambdaParserException() public method

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