JsonDeserializationWithReferenceErrorsException.ResolutionErrors Property
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.
Gets the collection of resolution errors that triggered the exception.
public System.Collections.Generic.IReadOnlyCollection<Microsoft.AnalysisServices.Tabular.Serialization.SerializationReferenceError> ResolutionErrors { get; }
member this.ResolutionErrors : System.Collections.Generic.IReadOnlyCollection<Microsoft.AnalysisServices.Tabular.Serialization.SerializationReferenceError>
Public ReadOnly Property ResolutionErrors As IReadOnlyCollection(Of SerializationReferenceError)
Property Value
A read-only collection with the errors.