C# 클래스 System.Data.ExprException

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AggregateArgument() 공개 정적인 메소드

public static AggregateArgument ( ) : Exception
리턴 System.Exception

AggregateUnbound() 공개 정적인 메소드

public static AggregateUnbound ( string expr ) : Exception
expr string
리턴 System.Exception

AmbiguousBinop() 공개 정적인 메소드

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

ArgumentType() 공개 정적인 메소드

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

ArgumentTypeInteger() 공개 정적인 메소드

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

ComputeNotAggregate() 공개 정적인 메소드

public static ComputeNotAggregate ( string expr ) : Exception
expr string
리턴 System.Exception

DatatypeConvertion() 공개 정적인 메소드

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

DatavalueConvertion() 공개 정적인 메소드

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

EvalNoContext() 공개 정적인 메소드

public static EvalNoContext ( ) : Exception
리턴 System.Exception

ExpressionTooComplex() 공개 정적인 메소드

public static ExpressionTooComplex ( ) : Exception
리턴 System.Exception

ExpressionUnbound() 공개 정적인 메소드

public static ExpressionUnbound ( string expr ) : Exception
expr string
리턴 System.Exception

FilterConvertion() 공개 정적인 메소드

public static FilterConvertion ( string expr ) : Exception
expr string
리턴 System.Exception

FunctionArgumentCount() 공개 정적인 메소드

public static FunctionArgumentCount ( string name ) : Exception
name string
리턴 System.Exception

FunctionArgumentOutOfRange() 공개 정적인 메소드

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

InWithoutList() 공개 정적인 메소드

public static InWithoutList ( ) : Exception
리턴 System.Exception

InWithoutParentheses() 공개 정적인 메소드

public static InWithoutParentheses ( ) : Exception
리턴 System.Exception

InvalidDate() 공개 정적인 메소드

public static InvalidDate ( string date ) : Exception
date string
리턴 System.Exception

InvalidHoursArgument() 공개 정적인 메소드

public static InvalidHoursArgument ( ) : Exception
리턴 System.Exception

InvalidIsSyntax() 공개 정적인 메소드

public static InvalidIsSyntax ( ) : Exception
리턴 System.Exception

InvalidMinutesArgument() 공개 정적인 메소드

public static InvalidMinutesArgument ( ) : Exception
리턴 System.Exception

InvalidName() 공개 정적인 메소드

public static InvalidName ( string name ) : Exception
name string
리턴 System.Exception

InvalidNameBracketing() 공개 정적인 메소드

public static InvalidNameBracketing ( string name ) : Exception
name string
리턴 System.Exception

InvalidPattern() 공개 정적인 메소드

public static InvalidPattern ( string pat ) : Exception
pat string
리턴 System.Exception

InvalidString() 공개 정적인 메소드

public static InvalidString ( string str ) : Exception
str string
리턴 System.Exception

InvalidTimeZoneRange() 공개 정적인 메소드

public static InvalidTimeZoneRange ( ) : Exception
리턴 System.Exception

InvalidType() 공개 정적인 메소드

public static InvalidType ( string typeName ) : Exception
typeName string
리턴 System.Exception

InvokeArgument() 공개 정적인 메소드

public static InvokeArgument ( ) : Exception
리턴 System.Exception

LookupArgument() 공개 정적인 메소드

public static LookupArgument ( ) : Exception
리턴 System.Exception

MismatchKindandTimeSpan() 공개 정적인 메소드

public static MismatchKindandTimeSpan ( ) : Exception
리턴 System.Exception

MissingOperand() 공개 정적인 메소드

public static MissingOperand ( OperatorInfo before ) : Exception
before OperatorInfo
리턴 Exception

MissingOperandBefore() 공개 정적인 메소드

public static MissingOperandBefore ( string op ) : Exception
op string
리턴 Exception

MissingOperator() 공개 정적인 메소드

public static MissingOperator ( string token ) : Exception
token string
리턴 Exception

MissingRightParen() 공개 정적인 메소드

public static MissingRightParen ( ) : Exception
리턴 Exception

NYI() 공개 정적인 메소드

public static NYI ( string moreinfo ) : Exception
moreinfo string
리턴 Exception

NonConstantArgument() 공개 정적인 메소드

public static NonConstantArgument ( ) : Exception
리턴 Exception

Overflow() 공개 정적인 메소드

public static Overflow ( Type type ) : Exception
type Type
리턴 Exception

SyntaxError() 공개 정적인 메소드

public static SyntaxError ( ) : Exception
리턴 Exception

TooManyRightParentheses() 공개 정적인 메소드

public static TooManyRightParentheses ( ) : Exception
리턴 Exception

TypeMismatch() 공개 정적인 메소드

public static TypeMismatch ( string expr ) : Exception
expr string
리턴 Exception

TypeMismatchInBinop() 공개 정적인 메소드

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

UnboundName() 공개 정적인 메소드

public static UnboundName ( string name ) : Exception
name string
리턴 Exception

UndefinedFunction() 공개 정적인 메소드

public static UndefinedFunction ( string name ) : Exception
name string
리턴 Exception

UnknownToken() 공개 정적인 메소드

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

UnknownToken() 공개 정적인 메소드

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

UnresolvedRelation() 공개 정적인 메소드

public static UnresolvedRelation ( string name, string expr ) : Exception
name string
expr string
리턴 Exception

UnsupportedDataType() 공개 정적인 메소드

public static UnsupportedDataType ( Type type ) : Exception
type Type
리턴 Exception

UnsupportedOperator() 공개 정적인 메소드

public static UnsupportedOperator ( int op ) : Exception
op int
리턴 Exception