RuleSetValidationException.Errors Propiedad

Definición

Obtiene una colección de errores de validación que se produjeron durante la validación de un conjunto de reglas.

public:
 property System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ Errors { System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ get(); };
public System.Workflow.ComponentModel.Compiler.ValidationErrorCollection Errors { get; }
member this.Errors : System.Workflow.ComponentModel.Compiler.ValidationErrorCollection
Public ReadOnly Property Errors As ValidationErrorCollection

Valor de propiedad

ValidationErrorCollection

ValidationErrorCollection que contiene los errores de validación.

Se aplica a