C# 클래스 System.Linq.Expressions.CatchBlock

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

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a String that represents the current Object.

Update ( System.Linq.Expressions.ParameterExpression variable, Expression filter, Expression body ) : CatchBlock

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.

비공개 메소드들

메소드 설명
CatchBlock ( Type test, System.Linq.Expressions.ParameterExpression variable, Expression body, Expression filter ) : System.Diagnostics

메소드 상세

ToString() 공개 메소드

Returns a String that represents the current Object.
public ToString ( ) : string
리턴 string

Update() 공개 메소드

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.
public Update ( System.Linq.Expressions.ParameterExpression variable, Expression filter, Expression body ) : CatchBlock
variable System.Linq.Expressions.ParameterExpression The property of the result.
filter Expression The property of the result.
body Expression The property of the result.
리턴 CatchBlock