Share via


JsonDeserializationWithReferenceErrorsException Class

Definition

Represents an exception thrown during a deserialization operation from JSON that failed due to references resolution.

[System.Serializable]
public sealed class JsonDeserializationWithReferenceErrorsException : Microsoft.AnalysisServices.JsonSerializationException
[<System.Serializable>]
type JsonDeserializationWithReferenceErrorsException = class
    inherit JsonSerializationException
Public NotInheritable Class JsonDeserializationWithReferenceErrorsException
Inherits JsonSerializationException
Inheritance
JsonDeserializationWithReferenceErrorsException
Attributes

Properties

HasLineInfo

Gets a value indicating whether the exception can return line information.

(Inherited from JsonSerializationException)
LineNumber

Gets the line number that caused the exception.

(Inherited from JsonSerializationException)
LinePosition

Gets the position in the line where the exception occurred.

(Inherited from JsonSerializationException)
ResolutionErrors

Gets the collection of resolution errors that triggered the exception.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

Applies to