RuleEvaluationIncompatibleTypesException.Operator 属性
定义
获取或设置表示引发异常的运算符的 CodeBinaryOperatorType。Gets 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。The CodeBinaryOperatorType representing the operator which caused the exception.