RuleError 类

定义

表示由于执行规则操作而发生的错误。

public ref class RuleError sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class RuleError : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class RuleError
Inherits ComplexProperty
继承

注解

此类表示规则验证失败的规则的错误。

属性

ErrorCode

获取验证错误代码。

ErrorMessage

获取与错误关联的错误消息。

RuleProperty

获取验证失败的属性。

Value

获取验证失败的属性的值。

适用于