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
| Name | Type | Description |
|---|---|---|
message | string | Message of the exception. |
.ctor
Initializes a new instance of the ChangeSetValidationException class.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
message | string | Message of the exception. |
innerException | System.Exception | Inner exception. |
Properties
ValidationResults
Gets or sets the failed validation results.Syntax
Property Value
Type:System.Collections.Generic.IEnumerable<Microsoft.Restier.Core.Submit.ChangeSetItemValidationResult>