C# Class System.Data.ExprException

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
AggregateArgument ( ) : Exception
AggregateUnbound ( string expr ) : Exception
AmbiguousBinop ( int op, Type type1, Type type2 ) : Exception
ArgumentType ( string function, int arg, Type type ) : Exception
ArgumentTypeInteger ( string function, int arg ) : Exception
ComputeNotAggregate ( string expr ) : Exception
DatatypeConvertion ( Type type1, Type type2 ) : Exception
DatavalueConvertion ( object value, Type type, Exception innerException ) : Exception
EvalNoContext ( ) : Exception
ExpressionTooComplex ( ) : Exception
ExpressionUnbound ( string expr ) : Exception
FilterConvertion ( string expr ) : Exception
FunctionArgumentCount ( string name ) : Exception
FunctionArgumentOutOfRange ( string arg, string func ) : Exception
InWithoutList ( ) : Exception
InWithoutParentheses ( ) : Exception
InvalidDate ( string date ) : Exception
InvalidHoursArgument ( ) : Exception
InvalidIsSyntax ( ) : Exception
InvalidMinutesArgument ( ) : Exception
InvalidName ( string name ) : Exception
InvalidNameBracketing ( string name ) : Exception
InvalidPattern ( string pat ) : Exception
InvalidString ( string str ) : Exception
InvalidTimeZoneRange ( ) : Exception
InvalidType ( string typeName ) : Exception
InvokeArgument ( ) : Exception
LookupArgument ( ) : Exception
MismatchKindandTimeSpan ( ) : Exception
MissingOperand ( OperatorInfo before ) : Exception
MissingOperandBefore ( string op ) : Exception
MissingOperator ( string token ) : Exception
MissingRightParen ( ) : Exception
NYI ( string moreinfo ) : Exception
NonConstantArgument ( ) : Exception
Overflow ( Type type ) : Exception
SyntaxError ( ) : Exception
TooManyRightParentheses ( ) : Exception
TypeMismatch ( string expr ) : Exception
TypeMismatchInBinop ( int op, Type type1, Type type2 ) : Exception
UnboundName ( string name ) : Exception
UndefinedFunction ( string name ) : Exception
UnknownToken ( Tokens tokExpected, Tokens tokCurr, int position ) : Exception
UnknownToken ( string token, int position ) : Exception
UnresolvedRelation ( string name, string expr ) : Exception
UnsupportedDataType ( Type type ) : Exception
UnsupportedOperator ( int op ) : Exception

Private Methods

Method Description
BindFailure ( string relationName ) : EvaluateException
ExprException ( ) : System.Diagnostics
_Eval ( string error ) : EvaluateException
_Eval ( string error, Exception innerException ) : EvaluateException
_Expr ( string error ) : InvalidExpressionException
_Overflow ( string error ) : OverflowException
_Syntax ( string error ) : SyntaxErrorException

Method Details

AggregateArgument() public static method

public static AggregateArgument ( ) : Exception
return System.Exception

AggregateUnbound() public static method

public static AggregateUnbound ( string expr ) : Exception
expr string
return System.Exception

AmbiguousBinop() public static method

public static AmbiguousBinop ( int op, Type type1, Type type2 ) : Exception
op int
type1 System.Type
type2 System.Type
return System.Exception

ArgumentType() public static method

public static ArgumentType ( string function, int arg, Type type ) : Exception
function string
arg int
type System.Type
return System.Exception

ArgumentTypeInteger() public static method

public static ArgumentTypeInteger ( string function, int arg ) : Exception
function string
arg int
return System.Exception

ComputeNotAggregate() public static method

public static ComputeNotAggregate ( string expr ) : Exception
expr string
return System.Exception

DatatypeConvertion() public static method

public static DatatypeConvertion ( Type type1, Type type2 ) : Exception
type1 System.Type
type2 System.Type
return System.Exception

DatavalueConvertion() public static method

public static DatavalueConvertion ( object value, Type type, Exception innerException ) : Exception
value object
type System.Type
innerException System.Exception
return System.Exception

EvalNoContext() public static method

public static EvalNoContext ( ) : Exception
return System.Exception

ExpressionTooComplex() public static method

public static ExpressionTooComplex ( ) : Exception
return System.Exception

ExpressionUnbound() public static method

public static ExpressionUnbound ( string expr ) : Exception
expr string
return System.Exception

FilterConvertion() public static method

public static FilterConvertion ( string expr ) : Exception
expr string
return System.Exception

FunctionArgumentCount() public static method

public static FunctionArgumentCount ( string name ) : Exception
name string
return System.Exception

FunctionArgumentOutOfRange() public static method

public static FunctionArgumentOutOfRange ( string arg, string func ) : Exception
arg string
func string
return System.Exception

InWithoutList() public static method

public static InWithoutList ( ) : Exception
return System.Exception

InWithoutParentheses() public static method

public static InWithoutParentheses ( ) : Exception
return System.Exception

InvalidDate() public static method

public static InvalidDate ( string date ) : Exception
date string
return System.Exception

InvalidHoursArgument() public static method

public static InvalidHoursArgument ( ) : Exception
return System.Exception

InvalidIsSyntax() public static method

public static InvalidIsSyntax ( ) : Exception
return System.Exception

InvalidMinutesArgument() public static method

public static InvalidMinutesArgument ( ) : Exception
return System.Exception

InvalidName() public static method

public static InvalidName ( string name ) : Exception
name string
return System.Exception

InvalidNameBracketing() public static method

public static InvalidNameBracketing ( string name ) : Exception
name string
return System.Exception

InvalidPattern() public static method

public static InvalidPattern ( string pat ) : Exception
pat string
return System.Exception

InvalidString() public static method

public static InvalidString ( string str ) : Exception
str string
return System.Exception

InvalidTimeZoneRange() public static method

public static InvalidTimeZoneRange ( ) : Exception
return System.Exception

InvalidType() public static method

public static InvalidType ( string typeName ) : Exception
typeName string
return System.Exception

InvokeArgument() public static method

public static InvokeArgument ( ) : Exception
return System.Exception

LookupArgument() public static method

public static LookupArgument ( ) : Exception
return System.Exception

MismatchKindandTimeSpan() public static method

public static MismatchKindandTimeSpan ( ) : Exception
return System.Exception

MissingOperand() public static method

public static MissingOperand ( OperatorInfo before ) : Exception
before OperatorInfo
return Exception

MissingOperandBefore() public static method

public static MissingOperandBefore ( string op ) : Exception
op string
return Exception

MissingOperator() public static method

public static MissingOperator ( string token ) : Exception
token string
return Exception

MissingRightParen() public static method

public static MissingRightParen ( ) : Exception
return Exception

NYI() public static method

public static NYI ( string moreinfo ) : Exception
moreinfo string
return Exception

NonConstantArgument() public static method

public static NonConstantArgument ( ) : Exception
return Exception

Overflow() public static method

public static Overflow ( Type type ) : Exception
type Type
return Exception

SyntaxError() public static method

public static SyntaxError ( ) : Exception
return Exception

TooManyRightParentheses() public static method

public static TooManyRightParentheses ( ) : Exception
return Exception

TypeMismatch() public static method

public static TypeMismatch ( string expr ) : Exception
expr string
return Exception

TypeMismatchInBinop() public static method

public static TypeMismatchInBinop ( int op, Type type1, Type type2 ) : Exception
op int
type1 Type
type2 Type
return Exception

UnboundName() public static method

public static UnboundName ( string name ) : Exception
name string
return Exception

UndefinedFunction() public static method

public static UndefinedFunction ( string name ) : Exception
name string
return Exception

UnknownToken() public static method

public static UnknownToken ( Tokens tokExpected, Tokens tokCurr, int position ) : Exception
tokExpected Tokens
tokCurr Tokens
position int
return Exception

UnknownToken() public static method

public static UnknownToken ( string token, int position ) : Exception
token string
position int
return Exception

UnresolvedRelation() public static method

public static UnresolvedRelation ( string name, string expr ) : Exception
name string
expr string
return Exception

UnsupportedDataType() public static method

public static UnsupportedDataType ( Type type ) : Exception
type Type
return Exception

UnsupportedOperator() public static method

public static UnsupportedOperator ( int op ) : Exception
op int
return Exception