RuleEvaluationIncompatibleTypesException.Operator 属性

定义

获取或设置表示引发异常的运算符的 CodeBinaryOperatorTypeGets or sets the CodeBinaryOperatorType representing the operator which caused the exception.

public:
 property System::CodeDom::CodeBinaryOperatorType Operator { System::CodeDom::CodeBinaryOperatorType get(); void set(System::CodeDom::CodeBinaryOperatorType value); };
public System.CodeDom.CodeBinaryOperatorType Operator { get; set; }
member this.Operator : System.CodeDom.CodeBinaryOperatorType with get, set
Public Property Operator As CodeBinaryOperatorType

属性值

CodeBinaryOperatorType

表示引发异常的运算符的 CodeBinaryOperatorTypeThe CodeBinaryOperatorType representing the operator which caused the exception.

适用于