Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
NReco
Linq
LambdaParserException
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