RuleEvaluationIncompatibleTypesException.Left Property

Definition

Gets or sets the Type of the left argument of the expression causing the exception.

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

Property Value

The Type of the left argument of the expression causing the exception.

Applies to