RuleEvaluationIncompatibleTypesException.Right 속성

정의

예외를 Type 일으키는 식의 오른쪽 인수를 가져오거나 설정합니다.

public:
 property Type ^ Right { Type ^ get(); void set(Type ^ value); };
public Type Right { get; set; }
member this.Right : Type with get, set
Public Property Right As Type

속성 값

Type 예외를 일으키는 식의 오른쪽 인수입니다.

적용 대상