WorkflowValidationFailedException.Errors Eigenschaft
Definition
Gibt ValidationError zurück, die beim Erstellen/Überprüfen von Workflows aufgetreten sind.Returns ValidationErrors that were obtained when creating/validating workflows.
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
Eigenschaftswert
Ein Array, das die einzelnen ValidationError enthält, die diese Ausnahme verursacht haben.An array that contains each ValidationError that caused this exception.