RuleEvaluationIncompatibleTypesException.Left 属性

定义

获取或设置 Type 导致异常的表达式的左参数。

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

属性值

Type导致异常的表达式的左侧参数。

适用于