RuleError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an error that occurred as a result of executing a rule operation.
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
- Inheritance
Remarks
This class represents an error for a rule that has failed rule validation.
Properties
ErrorCode |
Gets the validation error code. |
ErrorMessage |
Gets the error message that is associated with the error. |
RuleProperty |
Gets the property that failed validation. |
Value |
Gets the value of the property that failed validation. |