Definition
Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core Inheritance: System.ExceptionSyntax
Summary
Represents an exception that indicates validation errors occurred on entities.Constructors
.ctor
Syntax
.ctor
Initializes a new instance of the ChangeSetValidationException class.Syntax
Parameters
.ctor
Initializes a new instance of the ChangeSetValidationException class.Syntax
Parameters
Properties
ValidationResults
Gets or sets the failed validation results.Syntax
Property Value
Type:System.Collections.Generic.IEnumerable<Microsoft.Restier.Core.Submit.ChangeSetItemValidationResult>